Changeset 13193 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2017-12-03T21:28:02+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/Plugin.java
r13009 r13193 175 175 * does not exist but cannot be created, or cannot be opened for any other reason 176 176 * @throws IOException if any other I/O error occurs 177 */ 177 * @deprecated without replacement 178 */ 179 @Deprecated 178 180 public void copy(String from, String to) throws IOException { 179 181 String pluginDirName = getPluginDir();
Note:
See TracChangeset
for help on using the changeset viewer.