Changeset 11480 in josm
- Timestamp:
- 2017-01-18T08:59:02+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmServerWriter.java
r11288 r11480 86 86 87 87 /** 88 * Uploads the changes individually. Invokes one API call per uploaded primit mive.88 * Uploads the changes individually. Invokes one API call per uploaded primitive. 89 89 * 90 90 * @param primitives the collection of primitives to upload … … 118 118 progressMonitor.worked(1); 119 119 } 120 } catch (OsmTransferException e) {121 throw e;122 } catch (Exception e) {123 throw new OsmTransferException(e);124 120 } finally { 125 121 progressMonitor.finishTask();
Note:
See TracChangeset
for help on using the changeset viewer.