Changeset 13193 in josm


Ignore:
Timestamp:
2017-12-03T21:28:02+01:00 (6 years ago)
Author:
Don-vip
Message:

see #15310 - deprecate Plugin.copy(String, String)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/Plugin.java

    r13009 r13193  
    175175     * does not exist but cannot be created, or cannot be opened for any other reason
    176176     * @throws IOException if any other I/O error occurs
    177      */
     177     * @deprecated without replacement
     178     */
     179    @Deprecated
    178180    public void copy(String from, String to) throws IOException {
    179181        String pluginDirName = getPluginDir();
Note: See TracChangeset for help on using the changeset viewer.