Changeset 34652 in osm for applications/editors/josm/plugins/seachart/src/s57/S57val.java
- Timestamp:
- 2018-09-15T13:50:24+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/s57/S57val.java
r33936 r34652 1654 1654 1655 1655 public static Enum<?> unknAtt(Att att) { 1656 return (Enum<?>) (keys.get(att).map.keySet().toArray()[0]);1656 return (Enum<?>) keys.get(att).map.keySet().toArray()[0]; 1657 1657 } 1658 1658 }
Note:
See TracChangeset
for help on using the changeset viewer.