source: josm/trunk/src/org/openstreetmap/josm/io/OsmTransferCancelledException.java@ 2919

Last change on this file since 2919 was 1523, checked in by framm, 15 years ago
  • Major redesign of how JOSM talks to the OSM server. Connections now all go through a new OsmApi class that finds out which version the server uses. JOSM should now be able to handle 0.5 and 0.6 without configuration change. Config options osm-server.version and osm-server.additional-versions now obsolete. Handling of error and cancel situations might still need some improvement.
File size: 161 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.io;
3
4public class OsmTransferCancelledException extends OsmTransferException {
5
6}
Note: See TracBrowser for help on using the repository browser.