Author: tn Date: Thu Sep 13 18:18:36 2012 New Revision: 1384451 URL: http://svn.apache.org/viewvc?rev=1384451&view=rev Log: Fixed typo in changes.xml.
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=1384451&r1=1384450&r2=1384451&view=diff ============================================================================== --- commons/proper/math/trunk/src/changes/changes.xml (original) +++ commons/proper/math/trunk/src/changes/changes.xml Thu Sep 13 18:18:36 2012 @@ -52,11 +52,11 @@ If the output is not quite correct, chec <body> <release version="3.1" date="TBD" description=" "> - <action dev="lus" type="fix" issue="MATH-789"> - Fixed an error in rectangular Cholesky decomposition. + <action dev="luc" type="fix" issue="MATH-789"> + Fixed an error in rectangular Cholesky decomposition. </action> <action dev="psteitz" type="update" issue="MATH-859"> - Clarified definition of isSupportXxxBoundInclusive in RealDistribution + Clarified definition of isSupportXxxBoundInclusive in RealDistribution interface, made code consistent with the definition, and deprecated these methods, marking for removal in 4.0. </action>