Author: luc
Date: Tue Jan 26 21:57:13 2010
New Revision: 903446

URL: http://svn.apache.org/viewvc?rev=903446&view=rev
Log:
removed unused import

Modified:
    
commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/LoessInterpolatorTest.java

Modified: 
commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/LoessInterpolatorTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/LoessInterpolatorTest.java?rev=903446&r1=903445&r2=903446&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/LoessInterpolatorTest.java
 (original)
+++ 
commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/LoessInterpolatorTest.java
 Tue Jan 26 21:57:13 2010
@@ -16,10 +16,8 @@
  */
 package org.apache.commons.math.analysis.interpolation;
 
-import org.junit.Assert;
-
 import org.apache.commons.math.MathException;
-import org.junit.Ignore;
+import org.junit.Assert;
 import org.junit.Test;
 
 /**


Reply via email to