Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 74913 invoked from network); 8 Oct 2007 08:05:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2007 08:05:42 -0000 Received: (qmail 82562 invoked by uid 500); 8 Oct 2007 08:04:45 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 82510 invoked by uid 500); 8 Oct 2007 08:04:44 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 82493 invoked by uid 99); 8 Oct 2007 08:04:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 01:04:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 08:04:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 25AC61A9832; Mon, 8 Oct 2007 01:04:28 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r582741 - /commons/proper/math/trunk/src/test/org/apache/commons/math/ode/DummyStepInterpolatorTest.java Date: Mon, 08 Oct 2007 08:04:27 -0000 To: commits@commons.apache.org From: luc@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071008080428.25AC61A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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;