Ignore:
Timestamp:
2017-11-28T00:56:29+01:00 (7 years ago)
Author:
Don-vip
Message:

see #15310 - remove most of deprecated APIs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/tagging/ac/AutoCompletionItem.java

    r13121 r13173  
    11// License: GPL. For details, see LICENSE file.
    22package org.openstreetmap.josm.data.tagging.ac;
    3 
    4 import org.openstreetmap.josm.tools.CheckParameterUtil;
    53
    64/**
     
    7573    }
    7674
    77     /**
    78      * sets the value
    79      * @param value the value; must not be null
    80      * @throws IllegalArgumentException if value if null
    81      * @deprecated value is now final, set it when constructing the object
    82      */
    83     @Deprecated
    84     public void setValue(String value) {
    85         CheckParameterUtil.ensureParameterNotNull(value, "value");
    86         throw new UnsupportedOperationException("setValue() is no longer supported");
    87     }
    88 
    8975    @Override
    9076    public String toString() {
Note: See TracChangeset for help on using the changeset viewer.