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:
Sebastian Bazley 2009-06-17 22:41:14 +00:00
parent 117fdf1a6e
commit 1d665f225e
1 changed files with 1 additions and 1 deletions

View File

@ -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",