Ignore:
Timestamp:
2013-12-28T00:30:15+01:00 (11 years ago)
Author:
simon04
Message:

Refactoring: introduce Utils.UTF_8 charset to avoid handling of UnsupportedEncodingException

According to the Javadoc of Charset, every implementation of the Java
platform is required to support UTF-8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/UnconnectedWays.java

    r6529 r6552  
    128128                    }
    129129                    if (en.hasTag("highway", "turning_circle", "bus_stop")
     130                            || en.hasTag("amenity", "parking_entrance")
    130131                            || en.hasTag("railway", "buffer_stop")
    131132                            || OsmUtils.isTrue(en.get("noexit"))
     133                            || en.hasKey("entrance")
    132134                            || en.hasKey("barrier")) {
    133135                        continue;
Note: See TracChangeset for help on using the changeset viewer.