Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
MessagesResources_fr has package-protected mutable static array; this should be made private.
It does not appear to be accessed outside the class, and anyway the getContents() method provides safe access to a clone of the array.