Reverted incompatible change.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1062564 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f55eb717d2
commit
010a45dd4d
|
@ -16,7 +16,6 @@
|
|||
*/
|
||||
package org.apache.commons.math;
|
||||
|
||||
import org.apache.commons.math.exception.MathUserException;
|
||||
import org.apache.commons.math.exception.util.DummyLocalizable;
|
||||
import org.apache.commons.math.exception.util.Localizable;
|
||||
import org.apache.commons.math.exception.util.LocalizedFormats;
|
||||
|
@ -33,7 +32,7 @@ import org.apache.commons.math.linear.ArrayRealVector;
|
|||
* {@link org.apache.commons.math.exception.MathUserException} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public class FunctionEvaluationException extends MathUserException {
|
||||
public class FunctionEvaluationException extends MathException {
|
||||
|
||||
/** Serializable version identifier. */
|
||||
private static final long serialVersionUID = 1384427981840836868L;
|
||||
|
|
Loading…
Reference in New Issue