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/01/21 16:22:44 UTC

svn commit: r1061843 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/MaxIterationsExceededException.java

Author: erans
Date: Fri Jan 21 15:22:43 2011
New Revision: 1061843

URL: http://svn.apache.org/viewvc?rev=1061843&view=rev
Log:
MATH-492
Deprecation.

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

Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/MaxIterationsExceededException.java
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/MaxIterationsExceededException.java?rev=1061843&r1=1061842&r2=1061843&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/MaxIterationsExceededException.java (original)
+++ commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/MaxIterationsExceededException.java Fri Jan 21 15:22:43 2011
@@ -28,6 +28,7 @@ import org.apache.commons.math.exception
  *
  * @version $Revision$ $Date$
  * @since 1.2
+ * @deprecated in 2.2 (to be removed in 3.0).
  */
 public class MaxIterationsExceededException extends ConvergenceException {