Changeset 9503 in josm


Ignore:
Timestamp:
2016-01-17T16:11:58+01:00 (8 years ago)
Author:
Don-vip
Message:

fix javadoc warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Text.java

    r9492 r9503  
    4444    /** The default value for the item. If not specified, the current value of the key is chosen as default (if applicable). Defaults to "". */
    4545    public String default_; // NOSONAR
     46    /** The original value */
    4647    public String originalValue; // NOSONAR
    4748    /** whether the last value is used as default. Using "force" enforces this behaviour also for already tagged objects. Default is "false".*/
     
    5152     * A button will be shown next to the text field for each value, allowing the user to select auto-increment with the given stepping.
    5253     * Auto-increment only happens if the user selects it. There is also a button to deselect auto-increment.
    53      * Default is no auto-increment. Mutually exclusive with {@link use_last_as_default}.
     54     * Default is no auto-increment. Mutually exclusive with {@link #use_last_as_default}.
    5455     */
    5556    public String auto_increment; // NOSONAR
Note: See TracChangeset for help on using the changeset viewer.