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/data/osm/DataSet.java

    r12062 r12065  
    12281228    public void invalidateEastNorthCache() {
    12291229        if (Main.getProjection() == null) return; // sanity check
     1230        beginUpdate();
    12301231        try {
    1231             beginUpdate();
    12321232            for (Node n: getNodes()) {
    12331233                n.invalidateEastNorthCache();
Note: See TracChangeset for help on using the changeset viewer.