Changeset 13004 in josm for trunk/src


Ignore:
Timestamp:
2017-10-16T15:21:44+02:00 (7 years ago)
Author:
bastiK
Message:

fix deprecations in tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/template_engine/Variable.java

    r13003 r13004  
    2525     * Constructs a new {@code Variable}.
    2626     * @param variableName the variable name (i.e. the key in the data provider key-value mapping);
    27      * will be considered "special" if the variable name starts with {@link SPECIAL_VARIABLE_PREFIX}
     27     * will be considered "special" if the variable name starts with {@link #SPECIAL_VARIABLE_PREFIX}
    2828     */
    2929    public Variable(String variableName) {
Note: See TracChangeset for help on using the changeset viewer.