summaryrefslogtreecommitdiff
path: root/nlpsolver
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
parent80891ead730bf1df084d84e89157e5411f3ae0bc (diff)
Java cleanup, remove unnecessary imports
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
Diffstat (limited to 'nlpsolver')
-rw-r--r--nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/RandomGenerator.java2
-rw-r--r--nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/Registration.java1
2 files changed, 0 insertions, 3 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.
diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/Registration.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/Registration.java
index edeb6a447c13..7a62b018fba3 100644
--- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/Registration.java
+++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/Registration.java
@@ -29,7 +29,6 @@ package com.sun.star.comp.Calc.NLPSolver;
import com.sun.star.lib.uno.helper.Factory;
import com.sun.star.lang.XSingleComponentFactory;
-import java.io.IOException;
public final class Registration {