mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 10:09:26 +00:00
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:
parent
70586e476e
commit
484fc6330b
@ -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() {
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user