Ignore:
Timestamp:
2015-09-21T23:48:29+02:00 (9 years ago)
Author:
Don-vip
Message:

Basic Java 9 support: make code compile, and Linux scripts detect it

File:
1 edited

Legend:

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

    r8764 r8777  
    131131
    132132    public static <T> Collection<T> filter(Collection<? extends T> collection, Predicate<? super T> predicate) {
    133         return new FilteredCollection<>(collection, predicate);
     133        return new FilteredCollection<T>(collection, predicate);
    134134    }
    135135
Note: See TracChangeset for help on using the changeset viewer.