Ignore:
Timestamp:
2018-08-24T00:31:57+02:00 (6 years ago)
Author:
donvip
Message:

fix java warnings - CatchAndPrintStackTrace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/s57/S57dat.java

    r32909 r34599  
    77import java.util.Arrays;
    88import java.util.EnumMap;
     9
     10import org.openstreetmap.josm.tools.Logging;
    911
    1012import s57.S57map.Feature;
     
    217219                    str = new String(buffer, offset, i, charset);
    218220                } catch (UnsupportedEncodingException e) {
    219                     e.printStackTrace();
     221                    Logging.error(e);
    220222                }
    221223                offset += i + 1;
Note: See TracChangeset for help on using the changeset viewer.