Changeset 11533 in josm for trunk/src/org
- Timestamp:
- 2017-02-04T01:51:01+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OverpassDownloadReader.java
r11516 r11533 117 117 final PrimitiveId osmId = results.get(0).getOsmId(); 118 118 return String.format("area(%d)", osmId.getUniqueId() + idOffset.get(osmId.getType())); 119 } catch (IOException | NoSuchElementException ex) {119 } catch (IOException | NoSuchElementException | IndexOutOfBoundsException ex) { 120 120 throw new UncheckedParseException(ex); 121 121 }
Note:
See TracChangeset
for help on using the changeset viewer.