MATH-505 TestUtils is thread-hostile

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1066129 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-02-01 18:46:33 +00:00
parent c5b908a195
commit c109e906d3
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ The <action> type attribute can be add,update,fix,remove.
If the output is not quite correct, check for invisible trailing spaces! If the output is not quite correct, check for invisible trailing spaces!
--> -->
<release version="3.0" date="TBD" description="TBD"> <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"> <action dev="sebb" type="update" issue="MATH-496">
Create FastMath copySign methods Create FastMath copySign methods
</action> </action>