You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/02/01 19:46:33 UTC

svn commit: r1066129 - /commons/proper/math/trunk/src/site/xdoc/changes.xml

Author: sebb
Date: Tue Feb  1 18:46:33 2011
New Revision: 1066129

URL: http://svn.apache.org/viewvc?rev=1066129&view=rev
Log:
MATH-505 TestUtils is thread-hostile

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

Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=1066129&r1=1066128&r2=1066129&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Tue Feb  1 18:46:33 2011
@@ -52,6 +52,9 @@ The <action> type attribute can be add,u
     If the output is not quite correct, check for invisible trailing spaces!
      -->
     <release version="3.0" date="TBD" description="TBD">
+      <action dev="sebb" type="fix" issue="MATH-505">
+          TestUtils is thread-hostile. Remove getters and setters, and make static variables final.
+      </action>
       <action dev="sebb" type="update" issue="MATH-496">
           Create FastMath copySign methods
       </action>