Changeset 238 in josm
- Timestamp:
- 2007-05-18T03:03:31+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/plugins/PluginProxy.java
r237 r238 47 47 @Override public void addDownloadSelection(List<DownloadSelection> list) { 48 48 try { 49 plugin.getClass().getMethod(" getDownloadSelection", List.class).invoke(plugin);49 plugin.getClass().getMethod("addDownloadSelection", List.class).invoke(plugin, list); 50 50 } catch (NoSuchMethodException e) { 51 51 // ignore
Note:
See TracChangeset
for help on using the changeset viewer.