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