Changeset 16584 in osm for applications/editors
- Timestamp:
- 2009-07-19T18:43:32+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/josm/CompatibilityUtil.java
r16575 r16584 65 65 try { 66 66 Method m = Main.class.getMethod("getCurrentDataSet"); 67 ds = (DataSet) m.invoke( null);67 ds = (DataSet) m.invoke(Main.main); 68 68 } catch(Exception e) { 69 69 throw new RuntimeException(e);
Note:
See TracChangeset
for help on using the changeset viewer.