Author: sebb
Date: Tue Feb 1 00:43:31 2011
New Revision: 1065876
URL: http://svn.apache.org/viewvc?rev=1065876&view=rev
Log:
Unused import
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UncorrelatedRandomVectorGeneratorTest.java
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UncorrelatedRandomVectorGeneratorTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UncorrelatedRandomVectorGeneratorTest.java?rev=1065876&r1=1065875&r2=1065876&view=diff
==============================================================================
---
commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UncorrelatedRandomVectorGeneratorTest.java
(original)
+++
commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/UncorrelatedRandomVectorGeneratorTest.java
Tue Feb 1 00:43:31 2011
@@ -17,7 +17,6 @@
package org.apache.commons.math.random;
-import org.apache.commons.math.exception.DimensionMismatchException;
import org.apache.commons.math.linear.RealMatrix;
import org.apache.commons.math.stat.descriptive.moment.VectorialCovariance;
import org.apache.commons.math.stat.descriptive.moment.VectorialMean;