Changeset 2711 in josm for trunk/src/org/openstreetmap/josm/io/DiffResultProcessor.java
- Timestamp:
- 2009-12-30T20:18:59+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/DiffResultProcessor.java
r2604 r2711 53 53 /** 54 54 * Creates a diff result reader 55 * 55 * 56 56 * @param primitives the collection of primitives which have been uploaded. If null, 57 57 * assumes an empty collection. … … 67 67 /** 68 68 * Parse the response from a diff upload to the OSM API. 69 * 69 * 70 70 * @param diffUploadResponse the response. Must not be null. 71 71 * @param progressMonitor a progress monitor. Defaults to {@see NullProgressMonitor#INSTANCE} if null 72 72 * @throws IllegalArgumentException thrown if diffUploadRequest is null 73 73 * @throws OsmDataParsingException thrown if the diffUploadRequest can't be parsed successfully 74 * 74 * 75 75 */ 76 76 public void parse(String diffUploadResponse, ProgressMonitor progressMonitor) throws OsmDataParsingException { … … 99 99 /** 100 100 * Postprocesses the diff result read and parsed from the server. 101 * 101 * 102 102 * Uploaded objects are assigned their new id (if they got assigned a new 103 103 * id by the server), their new version (if the version was incremented), 104 104 * and the id of the changeset to which they were uploaded. 105 * 105 * 106 106 * @param cs the current changeset. Ignored if null. 107 107 * @param monitor the progress monitor. Set to {@see NullProgressMonitor#INSTANCE} if null
Note:
See TracChangeset
for help on using the changeset viewer.
