Changeset 33547 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetInfoAction.java
- Timestamp:
- 2017-08-26T21:28:34+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetInfoAction.java
r32528 r33547 13 13 14 14 import org.openstreetmap.josm.Main; 15 import org.openstreetmap.josm.gui.MainApplication; 15 16 import org.openstreetmap.josm.tools.ImageProvider; 17 import org.openstreetmap.josm.tools.Logging; 16 18 17 19 /** … … 61 63 SimpleOffsetQueryTask reportTask = 62 64 new SimpleOffsetQueryTask(query, tr("Reporting the offset...")); 63 Main.worker.submit(reportTask); 65 MainApplication.worker.submit(reportTask); 64 66 } catch (UnsupportedEncodingException ex) { 65 Main.error(ex);67 Logging.error(ex); 66 68 } 67 69 }
Note:
See TracChangeset
for help on using the changeset viewer.
