Ignore:
Timestamp:
2018-07-06T01:32:11+02:00 (6 years ago)
Author:
Don-vip
Message:

remove deprecated API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/Tag.java

    r13625 r14005  
    1010
    1111import org.openstreetmap.josm.tools.CheckParameterUtil;
    12 import org.openstreetmap.josm.tools.Utils;
    1312
    1413/**
     
    141140
    142141    /**
    143      * Removes leading, trailing, and multiple inner whitespaces from the given string, to be used as a key or value.
    144      * @param s The string
    145      * @return The string without leading, trailing or multiple inner whitespaces
    146      * @since 6699
    147      * @deprecated since 13597. Use {@link Utils#removeWhiteSpaces(String)} instead
    148      */
    149     @Deprecated
    150     public static String removeWhiteSpaces(String s) {
    151         return Utils.removeWhiteSpaces(s);
    152     }
    153 
    154     /**
    155142     * Unsupported.
    156143     * @param keys ignored
Note: See TracChangeset for help on using the changeset viewer.