You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/04/07 21:32:31 UTC

svn commit: r1465450 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/distance/ChebyshevDistanceTest.java

Author: tn
Date: Sun Apr  7 19:32:31 2013
New Revision: 1465450

URL: http://svn.apache.org/r1465450
Log:
Remove unused import.

Modified:
    commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/distance/ChebyshevDistanceTest.java

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/distance/ChebyshevDistanceTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/distance/ChebyshevDistanceTest.java?rev=1465450&r1=1465449&r2=1465450&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/distance/ChebyshevDistanceTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math3/ml/distance/ChebyshevDistanceTest.java Sun Apr  7 19:32:31 2013
@@ -18,7 +18,6 @@ package org.apache.commons.math3.ml.dist
 
 import org.junit.Assert;
 import org.junit.Test;
-import org.apache.commons.math3.util.FastMath;
 
 /**
  * Tests for {@link ChebyshevDistance} class.