Ignore:
Timestamp:
2017-08-26T21:28:34+02:00 (7 years ago)
Author:
zverik
Message:

Upgrade API in imagery_offset_db

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/imagery_offset_db/src/iodb/IODBReader.java

    r32910 r33547  
    1515import org.openstreetmap.josm.data.coor.LatLon;
    1616import org.openstreetmap.josm.io.UTFInputStreamReader;
     17import org.openstreetmap.josm.tools.Logging;
    1718import org.xml.sax.Attributes;
    1819import org.xml.sax.InputSource;
     
    163164                        // On one hand, we don't care, but this situation is one
    164165                        // of those "it can never happen" cases.
    165                         System.err.println(ex.getMessage());
     166                        Logging.warn(ex);
    166167                    }
    167168                    parsingOffset = false;
Note: See TracChangeset for help on using the changeset viewer.