You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2007/10/08 10:04:27 UTC

svn commit: r582741 - /commons/proper/math/trunk/src/test/org/apache/commons/math/ode/DummyStepInterpolatorTest.java

Author: luc
Date: Mon Oct  8 01:04:27 2007
New Revision: 582741

URL: http://svn.apache.org/viewvc?rev=582741&view=rev
Log:
removed an unneeded import statement

Modified:
    commons/proper/math/trunk/src/test/org/apache/commons/math/ode/DummyStepInterpolatorTest.java

Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/ode/DummyStepInterpolatorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/org/apache/commons/math/ode/DummyStepInterpolatorTest.java?rev=582741&r1=582740&r2=582741&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/org/apache/commons/math/ode/DummyStepInterpolatorTest.java (original)
+++ commons/proper/math/trunk/src/test/org/apache/commons/math/ode/DummyStepInterpolatorTest.java Mon Oct  8 01:04:27 2007
@@ -18,7 +18,6 @@
 package org.apache.commons.math.ode;
 
 import junit.framework.*;
-import java.util.Random;
 import java.io.ByteArrayOutputStream;
 import java.io.ByteArrayInputStream;
 import java.io.ObjectOutputStream;