Changeset 32393 in osm for applications/editors/josm/plugins/seachart/src/symbols/Buoys.java
- Timestamp:
- 2016-06-24T02:19:11+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/symbols/Buoys.java
r30894 r32393 249 249 } 250 250 251 public static final EnumMap<BoySHP, Symbol> Shapes = new EnumMap< BoySHP, Symbol>(BoySHP.class);251 public static final EnumMap<BoySHP, Symbol> Shapes = new EnumMap<>(BoySHP.class); 252 252 static { 253 253 Shapes.put(BoySHP.BOY_UNKN, Buoys.Pillar); Shapes.put(BoySHP.BOY_CONE, Buoys.Cone); Shapes.put(BoySHP.BOY_CAN, Buoys.Can);
Note:
See TracChangeset
for help on using the changeset viewer.
