Reduced visibility of MessagesResources_fr.contents field to private

JIRA: MATH-255

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@762096 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-04-05 14:36:09 +00:00
parent e61119d98b
commit a66d215406
2 changed files with 5 additions and 2 deletions

View File

@ -43,7 +43,7 @@ public class MessagesResources_fr
}
/** Non-translated/translated messages arrays. */
static final Object[][] contents = {
private static final Object[][] contents = {
// org.apache.commons.math.util.MathUtils
{ "overflow: gcd({0}, {1}) is 2^31",

View File

@ -39,7 +39,10 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
<release version="2.0" date="TBD" description="TBD">
<action dev="luc" type="add" issue="MATH-256">
<action dev="luc" type="add" issue="MATH-255" due-to="Sebb">
Reduced visibility of MessagesResources_fr.contents field to private
</action>
<action dev="luc" type="add" issue="MATH-256 >
Added Fraction.toString()
</action>
<action dev="luc" type="add">