Author: erans
Date: Tue Aug 31 14:27:58 2010
New Revision: 991207

URL: http://svn.apache.org/viewvc?rev=991207&view=rev
Log:
Deprecation warning.

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

Modified: 
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/ConvergingAlgorithm.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/ConvergingAlgorithm.java?rev=991207&r1=991206&r2=991207&view=diff
==============================================================================
--- 
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/ConvergingAlgorithm.java
 (original)
+++ 
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/ConvergingAlgorithm.java
 Tue Aug 31 14:27:58 2010
@@ -26,6 +26,10 @@ package org.apache.commons.math;
  * @see ConvergenceException
  * @version $Revision$ $Date$
  * @since 2.0
+ * @deprecated in 2.2 (to be removed in 3.0). The concept of "iteration" will
+ * be moved to a new {...@code IterativeAlgorithm}. The concept of "accuracy" 
is
+ * currently is also contained in {...@link 
org.apache.commons.math.optimization.SimpleRealPointChecker}
+ * and similar classes.
  */
 public interface ConvergingAlgorithm {
 


Reply via email to