Ignore:
Timestamp:
2014-04-26T17:39:23+02:00 (11 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/data/validation/tests/NameMismatch.java

    r6823 r7005  
    44import static org.openstreetmap.josm.tools.I18n.tr;
    55
    6 import java.util.Collection;
    76import java.util.HashSet;
    87import java.util.Map.Entry;
     
    6160    @Override
    6261    public void check(OsmPrimitive p) {
    63         HashSet<String> names = new HashSet<String>();
     62        HashSet<String> names = new HashSet<>();
    6463
    6564        for (Entry<String, String> entry : p.getKeys().entrySet()) {
Note: See TracChangeset for help on using the changeset viewer.