You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2011/02/19 19:59:39 UTC

svn commit: r1072413 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/ode/DerivativeException.java

Author: luc
Date: Sat Feb 19 18:59:39 2011
New Revision: 1072413

URL: http://svn.apache.org/viewvc?rev=1072413&view=rev
Log:
reverted incompatible changes before 2.2 release

Modified:
    commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/ode/DerivativeException.java

Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/ode/DerivativeException.java
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/ode/DerivativeException.java?rev=1072413&r1=1072412&r2=1072413&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/ode/DerivativeException.java (original)
+++ commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/ode/DerivativeException.java Sat Feb 19 18:59:39 2011
@@ -17,7 +17,7 @@
 
 package org.apache.commons.math.ode;
 
-import org.apache.commons.math.exception.MathUserException;
+import org.apache.commons.math.MathException;
 import org.apache.commons.math.exception.util.DummyLocalizable;
 import org.apache.commons.math.exception.util.Localizable;
 
@@ -27,11 +27,8 @@ import org.apache.commons.math.exception
  * the differential equations.
  * @version $Revision$ $Date$
  * @since 1.2
- * @deprecated in 2.2 (to be removed in 3.0). Please use
- * {@link org.apache.commons.math.exception.MathUserException} instead.
  */
-@Deprecated
-public class DerivativeException extends MathUserException {
+public class DerivativeException extends MathException {
 
   /** Serializable version identifier */
   private static final long serialVersionUID = 5666710788967425123L;