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 2012/05/02 15:26:02 UTC

svn commit: r1333036 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optimization/general/CircleProblem.java

Author: erans
Date: Wed May  2 13:26:01 2012
New Revision: 1333036

URL: http://svn.apache.org/viewvc?rev=1333036&view=rev
Log:
Javadoc.

Modified:
    commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optimization/general/CircleProblem.java

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optimization/general/CircleProblem.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optimization/general/CircleProblem.java?rev=1333036&r1=1333035&r2=1333036&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optimization/general/CircleProblem.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optimization/general/CircleProblem.java Wed May  2 13:26:01 2012
@@ -51,7 +51,7 @@ class CircleProblem implements Different
 
     /**
      * @param xError Assumed error for the x-coordinate of the circle points.
-     * @param xError Assumed error for the y-coordinate of the circle points.
+     * @param yError Assumed error for the y-coordinate of the circle points.
      * @param searchResolution Number of points to try when searching the one
      * that is closest to a given "observed" point.
      */
@@ -66,7 +66,7 @@ class CircleProblem implements Different
 
     /**
      * @param xError Assumed error for the x-coordinate of the circle points.
-     * @param xError Assumed error for the y-coordinate of the circle points.
+     * @param yError Assumed error for the y-coordinate of the circle points.
      */
     public CircleProblem(double xError,
                          double yError) {