Changeset 10234 in josm for trunk/src/org/openstreetmap/josm/actions/UploadSelectionAction.java
- Timestamp:
- 2016-05-17T00:43:47+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/UploadSelectionAction.java
r9067 r10234 341 341 // our local dataset includes a deleted parent of a primitive we want 342 342 // to delete. Include this parent in the collection of uploaded primitives 343 //344 343 if (myDeletedParent != null && myDeletedParent.isDeleted()) { 345 344 if (!toUpload.contains(myDeletedParent)) { … … 352 351 } 353 352 } 354 } catch (Exception e) { 353 } catch (OsmTransferException e) { 355 354 if (canceled) 356 355 // ignore exception
Note:
See TracChangeset
for help on using the changeset viewer.
