Changeset 204 in josm for src/org/openstreetmap/josm/io/BoundingBoxDownloader.java
- Timestamp:
- 2007-04-02T12:46:04+02:00 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/io/BoundingBoxDownloader.java
r189 r204 66 66 data.add(list); 67 67 return data; 68 } catch (IllegalArgumentException e) { 69 // caused by HttpUrlConnection in case of illegal stuff in the response 70 if (cancel) 71 return null; 72 throw e; 68 73 } catch (IOException e) { 69 74 if (cancel)
Note:
See TracChangeset
for help on using the changeset viewer.
