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 2015/09/01 14:43:06 UTC

[2/3] [math] Javadoc (wrong syntax for "@see" tag).

Javadoc (wrong syntax for "@see" tag).


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/ede62afa
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/ede62afa
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/ede62afa

Branch: refs/heads/master
Commit: ede62afa2ca30ae620978cba4db27a83142c0263
Parents: 5f06b72
Author: Gilles <er...@apache.org>
Authored: Tue Sep 1 14:38:37 2015 +0200
Committer: Gilles <er...@apache.org>
Committed: Tue Sep 1 14:38:37 2015 +0200

----------------------------------------------------------------------
 .../commons/math4/analysis/polynomials/PolynomialFunction.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/ede62afa/src/main/java/org/apache/commons/math4/analysis/polynomials/PolynomialFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/analysis/polynomials/PolynomialFunction.java b/src/main/java/org/apache/commons/math4/analysis/polynomials/PolynomialFunction.java
index 5c8c097..9d40a1b 100644
--- a/src/main/java/org/apache/commons/math4/analysis/polynomials/PolynomialFunction.java
+++ b/src/main/java/org/apache/commons/math4/analysis/polynomials/PolynomialFunction.java
@@ -85,8 +85,8 @@ public class PolynomialFunction implements UnivariateDifferentiableFunction, Ser
      *
      * @param x Argument for which the function value should be computed.
      * @return the value of the polynomial at the given point.
-     * @see {@link org.apache.commons.math4.analysis.UnivariateFunction#value(double)
-     * UnivariateFunction#value(double)}
+     *
+     * @see org.apache.commons.math4.analysis.UnivariateFunction#value(double)
      */
     @Override
     public double value(double x) {