Changeset 34921 in osm for applications/editors/josm
- Timestamp:
- 2019-03-12T15:48:00+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/s57/S57dat.java
r34599 r34921 7 7 import java.util.Arrays; 8 8 import java.util.EnumMap; 9 10 import org.openstreetmap.josm.tools.Logging;11 9 12 10 import s57.S57map.Feature; … … 219 217 str = new String(buffer, offset, i, charset); 220 218 } catch (UnsupportedEncodingException e) { 221 Logging.error(e); 219 System.err.println(e.getMessage()); 220 System.exit(-1); 222 221 } 223 222 offset += i + 1;
Note:
See TracChangeset
for help on using the changeset viewer.