Changeset 8744 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2015-09-10T10:54:08+02:00 (10 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/OverpassTurboQueryWizard.java
r8743 r8744 1 1 // License: GPL. For details, see LICENSE file. 2 package org.openstreetmap.josm. actions;2 package org.openstreetmap.josm.tools; 3 3 4 4 import java.io.IOException; … … 18 18 * 19 19 * Requires a JavaScript {@link ScriptEngine}. 20 * @since 8 68420 * @since 8744 21 21 */ 22 22 public final class OverpassTurboQueryWizard {
Note:
See TracChangeset
for help on using the changeset viewer.