You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2011/10/01 18:23:48 UTC

svn commit: r1178040 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math: MathException.java MathRuntimeException.java

Author: erans
Date: Sat Oct  1 16:23:48 2011
New Revision: 1178040

URL: http://svn.apache.org/viewvc?rev=1178040&view=rev
Log:
Added deprecation tag.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math/MathException.java
    commons/proper/math/trunk/src/main/java/org/apache/commons/math/MathRuntimeException.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/MathException.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/MathException.java?rev=1178040&r1=1178039&r2=1178040&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math/MathException.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/MathException.java Sat Oct  1 16:23:48 2011
@@ -34,6 +34,7 @@ import org.apache.commons.math.exception
 * Adapted from <a href="http://commons.apache.org/collections/api-release/org/apache/commons/collections/FunctorException.html"/>.</p>
 *
 * @version $Id$
+* @deprecated To be removed before 3.0.  Please do not use in any new code.
 */
 public class MathException extends Exception {
 

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/MathRuntimeException.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/MathRuntimeException.java?rev=1178040&r1=1178039&r2=1178040&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math/MathRuntimeException.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/MathRuntimeException.java Sat Oct  1 16:23:48 2011
@@ -35,6 +35,7 @@ import org.apache.commons.math.exception
 *
 * @version $Id$
 * @since 2.0
+* @deprecated To be removed before 3.0.  Please do not use in any new code.
 */
 public class MathRuntimeException extends RuntimeException {