You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2014/03/27 22:47:41 UTC

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

Author: tn
Date: Thu Mar 27 21:47:41 2014
New Revision: 1582491

URL: http://svn.apache.org/r1582491
Log:
Replace tabs.

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=1582491&r1=1582490&r2=1582491&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Thu Mar 27 21:47:41 2014
@@ -83,9 +83,9 @@ If the output is not quite correct, chec
         Make QR the default in GaussNewtonOptimizer.
       </action>
       <action dev="luc" type="update" issue="MATH-1099" due-to="Evan Ward">
-	    Add Cholesky option to GaussNewtonOptimizer.
-	  </action>
-	  <action dev="luc" type="update" issue="MATH-1099" due-to="Evan Ward">
+        Add Cholesky option to GaussNewtonOptimizer.
+      </action>
+      <action dev="luc" type="update" issue="MATH-1099" due-to="Evan Ward">
         Make QR in GaussNewton faster and more accurate.
       </action>
       <action dev="luc" type="update" issue="MATH-870">