removed unneeded import statements

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@780975 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-06-02 09:05:37 +00:00
parent aa9e72afa8
commit 86b19c0e8e
5 changed files with 0 additions and 6 deletions

View File

@ -17,7 +17,6 @@
package org.apache.commons.math.optimization.linear;
import java.io.Serializable;
import java.util.Collection;
import org.apache.commons.math.optimization.GoalType;

View File

@ -16,7 +16,6 @@
*/
package org.apache.commons.math.random;
import java.io.Serializable;
import java.util.Collection;
/**

View File

@ -16,7 +16,6 @@
*/
package org.apache.commons.math.random;
import java.io.Serializable;
/**
* Interface extracted from <code>java.util.Random</code>. This interface is

View File

@ -17,7 +17,6 @@
package org.apache.commons.math.random;
import java.io.Serializable;
/** This interface represents a random generator for whole vectors.
*

View File

@ -16,8 +16,6 @@
*/
package org.apache.commons.math.special;
import java.io.Serializable;
import org.apache.commons.math.MathException;
import org.apache.commons.math.MaxIterationsExceededException;
import org.apache.commons.math.util.ContinuedFraction;