added missing @since

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-02-22 09:22:25 +00:00
parent f866829fc3
commit 69c5ddb534
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ public class LevenbergMarquardtOptimizer extends AbstractLeastSquaresOptimizer {
* rank of the matrix is reduced. * rank of the matrix is reduced.
* </p> * </p>
* @param threshold threshold for QR ranking * @param threshold threshold for QR ranking
* @since 2.2
*/ */
public void setQRRankingThreshold(final double threshold) { public void setQRRankingThreshold(final double threshold) {
this.qrRankingThreshold = threshold; this.qrRankingThreshold = threshold;