Changeset 10235 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2016-05-17T02:02:30+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/OverpassTurboQueryWizard.java
r10101 r10235 52 52 "}"); 53 53 } catch (ScriptException | IOException ex) { 54 throw new RuntimeException("Failed to initialize OverpassTurboQueryWizard", ex);54 throw new IllegalStateException("Failed to initialize OverpassTurboQueryWizard", ex); 55 55 } 56 56 }
Note: See TracChangeset
for help on using the changeset viewer.