Changeset 32393 in osm for applications/editors/josm/plugins/seachart/src/symbols/Landmarks.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/Landmarks.java
r32095 r32393 187 187 } 188 188 189 public static final EnumMap<CatLMK, Symbol> Shapes = new EnumMap< CatLMK, Symbol>(CatLMK.class);189 public static final EnumMap<CatLMK, Symbol> Shapes = new EnumMap<>(CatLMK.class); 190 190 static { 191 191 Shapes.put(CatLMK.LMK_CARN, Beacons.Cairn); Shapes.put(CatLMK.LMK_CHMY, Landmarks.Chimney); … … 198 198 } 199 199 200 public static final EnumMap<FncFNC, Symbol> Funcs = new EnumMap< FncFNC, Symbol>(FncFNC.class);200 public static final EnumMap<FncFNC, Symbol> Funcs = new EnumMap<>(FncFNC.class); 201 201 static { 202 202 Funcs.put(FncFNC.FNC_CHCH, Landmarks.Church); Funcs.put(FncFNC.FNC_CHPL, Landmarks.Church); Funcs.put(FncFNC.FNC_TMPL, Landmarks.Temple);
Note:
See TracChangeset
for help on using the changeset viewer.
