Changeset 19484 in josm


Ignore:
Timestamp:
2026-02-03T07:41:24+01:00 (38 hours ago)
Author:
GerdP
Message:

fix @since xxx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java

    r19483 r19484  
    151151    public static final StringProperty PROPERTY_TAGS_TO_IGNORE = new StringProperty("properties.recent-tags.ignore",
    152152            new SearchSetting().writeToString());
    153     /** The preference filter for tag keys for which values should not be auto-completed, since xxx */
     153    /** The preference filter for tag keys for which values should not be auto-completed, since r19483 */
    154154    public static final StringProperty NO_AUTOCOMPLETE_KEYS = new StringProperty("properties.autocomplete.exclude-keys",
    155155            new SearchSetting().writeToString());
Note: See TracChangeset for help on using the changeset viewer.