Ignore:
Timestamp:
2014-04-29T03:24:57+02:00 (10 years ago)
Author:
Don-vip
Message:

Sonar - fix various issues

File:
1 edited

Legend:

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

    r7005 r7025  
    5757         * @param engMessage The English message
    5858         */
    59         @SuppressWarnings("unchecked")
    6059        public UnclosedWaysCheck(int code, String key, String engMessage) {
    61             this(code, key, engMessage, Collections.EMPTY_LIST);
     60            this(code, key, engMessage, Collections.<String>emptyList());
    6261        }
    6362       
Note: See TracChangeset for help on using the changeset viewer.