No reason for the array to be public (and therefore externally mutable)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@785848 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
117fdf1a6e
commit
1d665f225e
|
@ -40,7 +40,7 @@ public class TestFixedOrderComparator extends TestCase {
|
|||
/**
|
||||
* Top cities of the world, by population including metro areas.
|
||||
*/
|
||||
public static final String topCities[] = new String[] {
|
||||
private static final String topCities[] = new String[] {
|
||||
"Tokyo",
|
||||
"Mexico City",
|
||||
"Mumbai",
|
||||
|
|
Loading…
Reference in New Issue