Changeset 30171 in osm for applications/editors/josm/plugins/smed2/src
- Timestamp:
- 2014-01-02T17:37:59+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/s57/S57val.java
r30157 r30171 1205 1205 } 1206 1206 } 1207 return new AttVal<>(att, keys.get(att).conv, null); 1207 return new AttVal<Object>(att, keys.get(att).conv, null); 1208 1208 } 1209 1209
Note:
See TracChangeset
for help on using the changeset viewer.