You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2012/09/09 00:56:11 UTC

svn commit: r1382382 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataImpl.java

Author: psteitz
Date: Sat Sep  8 22:56:11 2012
New Revision: 1382382

URL: http://svn.apache.org/viewvc?rev=1382382&view=rev
Log:
Removed unused imports.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataImpl.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataImpl.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataImpl.java?rev=1382382&r1=1382381&r2=1382382&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataImpl.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataImpl.java Sat Sep  8 22:56:11 2012
@@ -24,8 +24,6 @@ import java.util.Collection;
 
 import org.apache.commons.math3.distribution.IntegerDistribution;
 import org.apache.commons.math3.distribution.RealDistribution;
-import org.apache.commons.math3.exception.NotStrictlyPositiveException;
-import org.apache.commons.math3.exception.MathIllegalArgumentException;
 
 /**
  * Generates random deviates and other random data using a {@link RandomGenerator}