Changeset 34599 in osm for applications/editors/josm/plugins/seachart/src/s57/S57dat.java
- Timestamp:
- 2018-08-24T00:31:57+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/s57/S57dat.java
r32909 r34599 7 7 import java.util.Arrays; 8 8 import java.util.EnumMap; 9 10 import org.openstreetmap.josm.tools.Logging; 9 11 10 12 import s57.S57map.Feature; … … 217 219 str = new String(buffer, offset, i, charset); 218 220 } catch (UnsupportedEncodingException e) { 219 e.printStackTrace();221 Logging.error(e); 220 222 } 221 223 offset += i + 1;
Note:
See TracChangeset
for help on using the changeset viewer.