Ignore:
Timestamp:
2018-08-13T22:57:07+02:00 (7 years ago)
Author:
Don-vip
Message:

javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/preferences/AbstractProperty.java

    r13493 r14155  
    163163     */
    164164    public AbstractProperty(String key, T defaultValue) {
    165         // Main.pref should not change in production but may change during tests.
     165        // Config.getPref() should not change in production but may change during tests.
    166166        preferences = Config.getPref();
    167167        this.key = key;
     
    188188    /**
    189189     * Determines if this property is currently set in JOSM preferences.
    190      * @return true if {@code Main.pref} contains this property.
     190     * @return true if {@code getPreferences()} contains this property.
    191191     */
    192192    public boolean isSet() {
Note: See TracChangeset for help on using the changeset viewer.