Index: trunk/src/org/openstreetmap/josm/tools/template_engine/Variable.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/template_engine/Variable.java	(revision 13003)
+++ trunk/src/org/openstreetmap/josm/tools/template_engine/Variable.java	(revision 13004)
@@ -25,5 +25,5 @@
      * Constructs a new {@code Variable}.
      * @param variableName the variable name (i.e. the key in the data provider key-value mapping);
-     * will be considered "special" if the variable name starts with {@link SPECIAL_VARIABLE_PREFIX}
+     * will be considered "special" if the variable name starts with {@link #SPECIAL_VARIABLE_PREFIX}
      */
     public Variable(String variableName) {
