Ignore:
Timestamp:
2014-04-26T17:39:23+02:00 (12 years ago)
Author:
Don-vip
Message:

see #8465 - use diamond operator where applicable

File:
1 edited

Legend:

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

    r6990 r7005  
    296296    public Collection<OsmPrimitive> getSelectedObjects(boolean alt) {
    297297
    298         Collection<OsmPrimitive> selection = new LinkedList<OsmPrimitive>();
     298        Collection<OsmPrimitive> selection = new LinkedList<>();
    299299
    300300        // whether user only clicked, not dragged.
Note: See TracChangeset for help on using the changeset viewer.