Ignore:
Timestamp:
2010-02-23T08:58:12+01:00 (14 years ago)
Author:
jttt
Message:

Fix #4467 Don't silently drop locally deleted member primitives from downloaded ways and relation (fix the issue when deleted primitive is referenced)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/User.java

    r2863 r3034  
    2727
    2828    private static long getNextLocalUid() {
    29         synchronized(User.class) {
    30             return uidCounter.decrementAndGet();
    31         }
     29        return uidCounter.decrementAndGet();
    3230    }
    3331
Note: See TracChangeset for help on using the changeset viewer.