Ignore:
Timestamp:
2017-05-05T16:27:43+02:00 (7 years ago)
Author:
michael2402
Message:

More ds.beginUpdate()/endUpdate() try/finally fixes, checked all calls of beginUpdate().

File:
1 edited

Legend:

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

    r11919 r12065  
    194194
    195195    protected final void prepareDataSet() throws IllegalDataException {
     196        ds.beginUpdate();
    196197        try {
    197             ds.beginUpdate();
    198198            processNodesAfterParsing();
    199199            processWaysAfterParsing();
Note: See TracChangeset for help on using the changeset viewer.