summaryrefslogtreecommitdiff
path: root/nlpsolver/ThirdParty
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-30 16:37:24 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-06 17:13:58 +0200
commitbf4352084b991981975a24a8e61cbb3cbf3e0159 (patch)
tree0cdda83cb01e1fcfc43c63c0993286a5883d6a9f /nlpsolver/ThirdParty
parent80891ead730bf1df084d84e89157e5411f3ae0bc (diff)
Java cleanup, remove unnecessary imports
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
Diffstat (limited to 'nlpsolver/ThirdParty')
-rw-r--r--nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/RandomGenerator.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/RandomGenerator.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/RandomGenerator.java
index b9f17ce4e045..45204c44497d 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/RandomGenerator.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/RandomGenerator.java
@@ -22,8 +22,6 @@
package net.adaptivebox.global;
-import java.util.*;
-
public class RandomGenerator {
/**This function returns a random integer number between the lowLimit and upLimit.