Index: /trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Text.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Text.java	(revision 9502)
+++ /trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Text.java	(revision 9503)
@@ -44,4 +44,5 @@
     /** The default value for the item. If not specified, the current value of the key is chosen as default (if applicable). Defaults to "". */
     public String default_; // NOSONAR
+    /** The original value */
     public String originalValue; // NOSONAR
     /** whether the last value is used as default. Using "force" enforces this behaviour also for already tagged objects. Default is "false".*/
@@ -51,5 +52,5 @@
      * A button will be shown next to the text field for each value, allowing the user to select auto-increment with the given stepping.
      * Auto-increment only happens if the user selects it. There is also a button to deselect auto-increment.
-     * Default is no auto-increment. Mutually exclusive with {@link use_last_as_default}.
+     * Default is no auto-increment. Mutually exclusive with {@link #use_last_as_default}.
      */
     public String auto_increment; // NOSONAR
