Ignore:
Timestamp:
2015-10-22T14:35:57+02:00 (9 years ago)
Author:
Don-vip
Message:

javadoc fixes

Location:
trunk/src/org/openstreetmap/josm/plugins
Files:
2 edited

Legend:

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

    r8840 r8928  
    9292     * Called in the preferences dialog to create a preferences page for the plugin,
    9393     * if any available.
     94     * @return the preferences dialog, or {@code null}
    9495     */
    9596    public PreferenceSetting getPreferenceSetting() {
     
    141142     *
    142143     * (Note the missing leading "/".)
     144     * @return a class loader for loading resources from the plugin jar
    143145     */
    144146    public ClassLoader getPluginResourceClassLoader() {
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r8882 r8928  
    953953     * @param monitor the progress monitor. Defaults to {@link NullProgressMonitor#INSTANCE} if null.
    954954     * @param displayErrMsg if {@code true}, a blocking error message is displayed in case of I/O exception.
     955     * @return the list of plugins to load
    955956     * @throws IllegalArgumentException if plugins is null
    956957     */
Note: See TracChangeset for help on using the changeset viewer.