Ignore:
Timestamp:
2020-08-29T07:53:14+02:00 (4 years ago)
Author:
simon04
Message:

see #19624 - use Utils.strip

File:
1 edited

Legend:

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

    r16643 r16955  
    744744     */
    745745    public static String strip(final String str) {
    746         if (str == null || str.isEmpty()) {
    747             return str;
    748         }
    749746        return strip(str, DEFAULT_STRIP);
    750747    }
Note: See TracChangeset for help on using the changeset viewer.