Ignore:
Timestamp:
2016-03-12T23:29:58+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - use diamond operator when possible (some cases cause compilation failures with Java 9)

File:
1 edited

Legend:

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

    r9954 r9971  
    145145    }
    146146
     147    @SuppressWarnings("unused")
    147148    public static <T> Collection<T> filter(Collection<? extends T> collection, Predicate<? super T> predicate) {
    148149        // Diamond operator does not work with Java 9 here
Note: See TracChangeset for help on using the changeset viewer.