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/09/30 16:17:12 UTC

svn commit: r1392028 - /commons/proper/math/trunk/src/changes/changes.xml

Author: erans
Date: Sun Sep 30 14:17:12 2012
New Revision: 1392028

URL: http://svn.apache.org/viewvc?rev=1392028&view=rev
Log:
Indentation.

Modified:
    commons/proper/math/trunk/src/changes/changes.xml

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1392028&r1=1392027&r2=1392028&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Sun Sep 30 14:17:12 2012
@@ -56,7 +56,7 @@ If the output is not quite correct, chec
         Added distance to point to 2D Line and Segment.
       </action>
       <action dev="erans" type="fix" issue="MATH-783">
-          "PowellOptimizer" (package "o.a.c.m.optimization.direct") uses
+        "PowellOptimizer" (package "o.a.c.m.optimization.direct") uses
         "BrentOptimizer" as its internal line search optimizer. The fix
         forces the convergence criterion of "BrentOptimizer" to use
         function values (instead of domain values).