suppressed a warning for unused constructor

the constructor is called only by externalization

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@919856 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2010-03-06 21:33:42 +00:00
parent 70586e476e
commit 484fc6330b

View File

@ -599,6 +599,7 @@ public class FirstOrderIntegratorWithJacobians {
/** Simple constructor.
* <p>This constructor is used only for externalization. It does nothing.</p>
*/
@SuppressWarnings("unused")
public StepInterpolatorWrapper() {
}