You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2007/07/31 23:59:08 UTC

svn commit: r561566 - /commons/proper/math/trunk/xdocs/changes.xml

Author: niallp
Date: Tue Jul 31 14:59:07 2007
New Revision: 561566

URL: http://svn.apache.org/viewvc?view=rev&rev=561566
Log:
Correct missing = signs in due-to

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

Modified: commons/proper/math/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/xdocs/changes.xml?view=diff&rev=561566&r1=561565&r2=561566
==============================================================================
--- commons/proper/math/trunk/xdocs/changes.xml (original)
+++ commons/proper/math/trunk/xdocs/changes.xml Tue Jul 31 14:59:07 2007
@@ -81,10 +81,10 @@
       <action dev="psteitz" type="fix" issue="MATH-166" due-to="Lukas Theussl">
         Increased default precision of Gamma and Beta functions.
       </action>
-      <action dev="psteitz" type="update" issue="MATH-158" due-to "Hasan Diwan">
+      <action dev="psteitz" type="update" issue="MATH-158" due-to="Hasan Diwan">
         Added log function to MathUtils.
       </action>
-      <action dev="psteitz" type="update" issue="MATH-160" due-to "Matthias Hummel">
+      <action dev="psteitz" type="update" issue="MATH-160" due-to="Matthias Hummel">
         Added two sample (binned comparison) ChiSquare test.
       </action>
       <action dev="psteitz" type="fix" issue="MATH-167">