Remove deprecated tag as the method has been made private already.
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/2e462ec4 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/2e462ec4 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/2e462ec4 Branch: refs/heads/master Commit: 2e462ec48b674bbc867eaceb5a94bd12340fe88f Parents: 261ceec Author: tn <[email protected]> Authored: Thu Feb 19 10:00:47 2015 +0100 Committer: tn <[email protected]> Committed: Thu Feb 19 10:00:47 2015 +0100 ---------------------------------------------------------------------- .../org/apache/commons/math4/analysis/solvers/LaguerreSolver.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/2e462ec4/src/main/java/org/apache/commons/math4/analysis/solvers/LaguerreSolver.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/analysis/solvers/LaguerreSolver.java b/src/main/java/org/apache/commons/math4/analysis/solvers/LaguerreSolver.java index 33f6798..d21f69a 100644 --- a/src/main/java/org/apache/commons/math4/analysis/solvers/LaguerreSolver.java +++ b/src/main/java/org/apache/commons/math4/analysis/solvers/LaguerreSolver.java @@ -147,8 +147,6 @@ public class LaguerreSolver extends AbstractPolynomialSolver { * @param fLo Function value at the lower bound of the search interval. * @param fHi Function value at the higher bound of the search interval. * @return the point at which the function value is zero. - * @deprecated This method should not be part of the public API: It will - * be made private in version 4.0. */ private double laguerre(double lo, double hi, double fLo, double fHi) {
