Changeset 11110 in josm for trunk/src/org/openstreetmap/josm/io
- Timestamp:
- 2016-10-09T13:47:44+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmServerChangesetReader.java
r10242 r11110 58 58 * @return the list of changesets read from the server 59 59 * @throws IllegalArgumentException if query is null 60 * @throws OsmTransferException if something goes wrong w60 * @throws OsmTransferException if something goes wrong 61 61 */ 62 62 public List<Changeset> queryChangesets(ChangesetQuery query, ProgressMonitor monitor) throws OsmTransferException {
Note:
See TracChangeset
for help on using the changeset viewer.