Changeset 2711 in josm for trunk/src/org/openstreetmap/josm/io/OsmChangesetContentParser.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/OsmChangesetContentParser.java
r2688 r2711 274 274 /** 275 275 * Create a parser 276 * 276 * 277 277 * @param source the input stream with the changeset content as XML document. Must not be null. 278 278 * @throws IllegalArgumentException thrown if source is null. … … 292 292 /** 293 293 * Parses the content 294 * 294 * 295 295 * @param progressMonitor the progress monitor. Set to {@see NullProgressMonitor#INSTANCE} 296 296 * if null … … 323 323 /** 324 324 * Parses the content from the input source 325 * 325 * 326 326 * @return the parsed data 327 327 * @throws OsmDataParsingException thrown if something went wrong. Check for chained
Note:
See TracChangeset
for help on using the changeset viewer.
