Changeset 10253 in josm for trunk/src/org/openstreetmap/josm/io
- Timestamp:
- 2016-05-18T23:27:06+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/BoundingBoxDownloader.java
r10212 r10253 68 68 done = true; 69 69 } 70 } catch (OsmApiException ex) { 71 throw ex; // this avoids infinite loop in case of API error such as bad request (ex: bbox too large, see #12853) 70 72 } catch (OsmTransferException | SocketException ex) { 71 73 if (isCanceled()) {
Note:
See TracChangeset
for help on using the changeset viewer.