Changeset 6084 in josm for trunk/src/org/openstreetmap/josm/gui/io/UploadPrimitivesTask.java
- Timestamp:
- 2013-07-26T13:38:17+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/UploadPrimitivesTask.java
r5452 r6084 221 221 // 222 222 Runnable r = new Runnable() { 223 @Override 223 224 public void run() { 224 225 layer.cleanupAfterUpload(processedPrimitives); … … 318 319 // - to map editing 319 320 GuiHelper.runInEDT(new Runnable() { 321 @Override 320 322 public void run() { 321 323 // if the changeset is still open after this upload we want it to
Note:
See TracChangeset
for help on using the changeset viewer.