Changeset 4310 in josm for trunk/src/org/openstreetmap/josm/actions/upload/ApiPreconditionCheckerHook.java
- Timestamp:
- 2011-08-11T00:26:21+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/upload/ApiPreconditionCheckerHook.java
r3719 r4310 17 17 import org.openstreetmap.josm.io.OsmApi; 18 18 import org.openstreetmap.josm.io.OsmApiInitializationException; 19 import org.openstreetmap.josm.io.OsmTransferCancel ledException;19 import org.openstreetmap.josm.io.OsmTransferCanceledException; 20 20 21 21 public class ApiPreconditionCheckerHook implements UploadHook { … … 39 39 return false; 40 40 } 41 } catch(OsmTransferCancel ledException e){41 } catch(OsmTransferCanceledException e){ 42 42 return false; 43 43 } catch (OsmApiInitializationException e) {
Note:
See TracChangeset
for help on using the changeset viewer.
