Changeset 10378 in josm for trunk/src/org/openstreetmap/josm/actions/downloadtasks/ChangesetQueryTask.java
- Timestamp:
- 2016-06-15T10:30:37+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/ChangesetQueryTask.java
r10250 r10378 71 71 // thrown if user cancel the authentication dialog 72 72 setCanceled(true); 73 } 73 } catch (OsmTransferException e) { 74 74 if (isCanceled()) 75 75 return;
Note:
See TracChangeset
for help on using the changeset viewer.