Ignore:
Timestamp:
2015-05-11T13:50:25+02:00 (9 years ago)
Author:
Don-vip
Message:

simplify/instrument SAX code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmHistoryReader.java

    r8308 r8347  
    9191        progressMonitor.beginTask(tr("Parsing OSM history data ..."));
    9292        try {
    93             Utils.newSafeSAXParser().parse(inputSource, new Parser());
     93            Utils.parseSafeSAX(inputSource, new Parser());
    9494        } catch (ParserConfigurationException e) {
    9595            Main.error(e); // broken SAXException chaining
Note: See TracChangeset for help on using the changeset viewer.