Removed unused message.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1079528 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2011-03-08 20:42:14 +00:00
parent 9e79920ec5
commit 4a01140363
1 changed files with 1 additions and 2 deletions

View File

@ -139,8 +139,7 @@ public class DummyStepInterpolatorTest {
}
@Override
protected void doFinalize() throws MathUserException {
throw new MathUserException(LocalizedFormats.SIMPLE_MESSAGE, null);
throw new MathUserException();
}
}
}