1
0
mirror of https://github.com/apache/commons-math.git synced 2025-02-15 22:46:20 +00:00

Remove unused import.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1481565 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-05-12 14:12:26 +00:00
parent 7d5a5cb8af
commit 766f13f9de

@ -21,9 +21,7 @@ import org.apache.commons.math3.stat.correlation.Covariance;
import org.apache.commons.math3.linear.RealMatrix;
import java.util.Random;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
/**