|
|
@@ -38,7 +38,7 @@ public class SampleLocations {
|
|
38
|
38
|
public static final Location NEWYORK = new Location(new UnLocode("USNYC"), "New York", EASTERN, US);
|
|
39
|
39
|
public static final Location DALLAS = new Location(new UnLocode("USDAL"), "Dallas", CENTRAL, US);
|
|
40
|
40
|
|
|
41
|
|
- public static final Map<UnLocode, Location> ALL = new HashMap<UnLocode, Location>();
|
|
|
41
|
+ private static final Map<UnLocode, Location> ALL = new HashMap<UnLocode, Location>();
|
|
42
|
42
|
|
|
43
|
43
|
static {
|
|
44
|
44
|
for (Field field : SampleLocations.class.getDeclaredFields()) {
|