Ignore:
Timestamp:
2016-11-29T02:39:12+01:00 (7 years ago)
Author:
Don-vip
Message:

javadoc

File:
1 edited

Legend:

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

    r6084 r11344  
    55import org.openstreetmap.josm.gui.preferences.PreferenceSettingFactory;
    66
     7/**
     8 * Preference settings factory for plugins.
     9 * @since 1742
     10 */
    711public class PluginPreferenceFactory implements PreferenceSettingFactory {
    812
    913    private final PluginProxy plugin;
    1014
     15    /**
     16     * Constructs a new {@code PluginPreferenceFactory}.
     17     * @param plugin plugin proxy
     18     */
    1119    public PluginPreferenceFactory(PluginProxy plugin) {
    1220        this.plugin = plugin;
Note: See TracChangeset for help on using the changeset viewer.