Ignore:
Timestamp:
2017-10-16T23:15:27+02:00 (7 years ago)
Author:
bastiK
Message:

fix javadoc warning

File:
1 edited

Legend:

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

    r13007 r13009  
    140140    /**
    141141     * @return The directory for the plugin to store all kind of stuff.
    142      * @deprecated (since 13007) to get the same directory as this method, use {@code getPluginDirectories().getUserDataDirectory(false)}.
     142     * @deprecated (since 13007) to get the same directory as this method, use {@code getPluginDirs().getUserDataDirectory(false)}.
    143143     * However, for files that can be characterized as cache or preferences, you are encouraged to use the appropriate
    144      * {@link IBaseDirectories} method from {@link #getPluginDirectories()}.
     144     * {@link IBaseDirectories} method from {@link #getPluginDirs()}.
    145145     */
    146146    @Deprecated
Note: See TracChangeset for help on using the changeset viewer.