Ignore:
Timestamp:
2016-12-13T01:38:24+01:00 (7 years ago)
Author:
Don-vip
Message:

findbugs - EQ_DOESNT_OVERRIDE_EQUALS, MS_MUTABLE_COLLECTION_PKGPROTECT

File:
1 edited

Legend:

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

    r11129 r11384  
    4545
    4646    /** Ways that must have a name */
    47     protected static final Set<String> NAMED_WAYS = new HashSet<>();
     47    static final Set<String> NAMED_WAYS = new HashSet<>();
    4848    static {
    4949        NAMED_WAYS.add("motorway");
     
    5757
    5858    /** Whitelist of roles allowed to reference an untagged way */
    59     protected static final Set<String> WHITELIST = new HashSet<>();
     59    static final Set<String> WHITELIST = new HashSet<>();
    6060    static {
    6161        WHITELIST.add("outer");
Note: See TracChangeset for help on using the changeset viewer.