git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1404085 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-10-31 10:45:09 +00:00
parent d4b31ce8ff
commit 18360735db
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import org.apache.commons.math3.optimization.ConvergenceChecker;
*
* @version $Id$
* @since 3.0
* @deprecated As of 3.1 since the {@link BaseAbstractMultivariateSimpleBoundsOptimizer
* @deprecated As of 3.1 since the {@link BaseAbstractMultivariateOptimizer
* base class} contains similar functionality.
*/
@Deprecated