Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 9735 invoked from network); 8 Mar 2011 20:42:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Mar 2011 20:42:35 -0000 Received: (qmail 55296 invoked by uid 500); 8 Mar 2011 20:42:35 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 55194 invoked by uid 500); 8 Mar 2011 20:42:35 -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 55187 invoked by uid 99); 8 Mar 2011 20:42:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2011 20:42:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2011 20:42:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6B0302388A1C; Tue, 8 Mar 2011 20:42:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1079528 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/sampling/DummyStepInterpolatorTest.java Date: Tue, 08 Mar 2011 20:42:14 -0000 To: commits@commons.apache.org From: erans@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110308204214.6B0302388A1C@eris.apache.org> Author: erans Date: Tue Mar 8 20:42:14 2011 New Revision: 1079528 URL: http://svn.apache.org/viewvc?rev=1079528&view=rev Log: Removed unused message. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/sampling/DummyStepInterpolatorTest.java Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/sampling/DummyStepInterpolatorTest.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/sampling/DummyStepInterpolatorTest.java?rev=1079528&r1=1079527&r2=1079528&view=diff ============================================================================== --- commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/sampling/DummyStepInterpolatorTest.java (original) +++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/sampling/DummyStepInterpolatorTest.java Tue Mar 8 20:42:14 2011 @@ -139,8 +139,7 @@ public class DummyStepInterpolatorTest { } @Override protected void doFinalize() throws MathUserException { - throw new MathUserException(LocalizedFormats.SIMPLE_MESSAGE, null); + throw new MathUserException(); } } - }