- Timestamp:
- 2009-06-16T19:06:00+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTaskList.java
r1670 r1675 102 102 Set<Long> downloadedIds = getDownloadedIds(); 103 103 myPrimitiveIds.removeAll(downloadedIds); 104 myPrimitiveIds.remove(new Long(0)); 104 105 if (! myPrimitiveIds.isEmpty()) { 105 106 handlePotentiallyDeletedPrimitives(myPrimitiveIds);
Note:
See TracChangeset
for help on using the changeset viewer.