Ignore:
Timestamp:
2015-11-30T08:36:35+01:00 (8 years ago)
Author:
Don-vip
Message:

Sonar - squid:S2293 - The diamond operator ("<>") should be used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/relation/AbstractRelationAction.java

    r8777 r9070  
    2424            return Collections.<Relation>emptySet();
    2525        } else {
    26             return new SubclassFilteredCollection<OsmPrimitive, Relation>(
    27                     primitives, OsmPrimitive.relationPredicate);
     26            return new SubclassFilteredCollection<>(primitives, OsmPrimitive.relationPredicate);
    2827        }
    2928    }
Note: See TracChangeset for help on using the changeset viewer.