Ignore:
Timestamp:
2015-08-01T19:58:37+02:00 (9 years ago)
Author:
Don-vip
Message:

fix some compile errors that arise with openjdk-9-b74

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/history/HistoryBrowserDialogManager.java

    r8510 r8633  
    181181        }
    182182
    183         Collection<PrimitiveId> toLoad = Utils.filter(primitives, unloadedHistoryPredicate);
     183        Collection<? extends PrimitiveId> toLoad = Utils.filter(primitives, unloadedHistoryPredicate);
    184184        if (!toLoad.isEmpty()) {
    185185            HistoryLoadTask task = new HistoryLoadTask();
Note: See TracChangeset for help on using the changeset viewer.