Changeset 269 in josm for src/org/openstreetmap/josm/io
- Timestamp:
- 2007-07-03T18:29:14+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/io/BoundingBoxDownloader.java
r247 r269 67 67 activeConnection = null; 68 68 } 69 70 data.add(list); 69 if (!list.isEmpty()) 70 data.add(list); 71 71 return data; 72 72 } catch (IllegalArgumentException e) {
Note:
See TracChangeset
for help on using the changeset viewer.