From 4a0114036347d690e8d1ed39fed4b57d97db7f9c Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Tue, 8 Mar 2011 20:42:14 +0000 Subject: [PATCH] Removed unused message. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1079528 13f79535-47bb-0310-9956-ffa450edef68 --- .../commons/math/ode/sampling/DummyStepInterpolatorTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/java/org/apache/commons/math/ode/sampling/DummyStepInterpolatorTest.java b/src/test/java/org/apache/commons/math/ode/sampling/DummyStepInterpolatorTest.java index 6d8f2410d..d9d53fd6f 100644 --- a/src/test/java/org/apache/commons/math/ode/sampling/DummyStepInterpolatorTest.java +++ b/src/test/java/org/apache/commons/math/ode/sampling/DummyStepInterpolatorTest.java @@ -139,8 +139,7 @@ public class DummyStepInterpolatorTest { } @Override protected void doFinalize() throws MathUserException { - throw new MathUserException(LocalizedFormats.SIMPLE_MESSAGE, null); + throw new MathUserException(); } } - }