Ignore:
Timestamp:
2014-04-26T17:39:23+02:00 (10 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/io/DiffResultProcessor.java

    r7004 r7005  
    4242     * replied by the server
    4343     */
    44     private Map<PrimitiveId, DiffResultEntry> diffResults = new HashMap<PrimitiveId, DiffResultEntry>();
     44    private Map<PrimitiveId, DiffResultEntry> diffResults = new HashMap<>();
    4545    /**
    4646     * the set of processed primitives *after* the new id, the new version and the new changeset id
     
    6464        }
    6565        this.primitives = primitives;
    66         this.processed = new HashSet<IPrimitive>();
     66        this.processed = new HashSet<>();
    6767    }
    6868
Note: See TracChangeset for help on using the changeset viewer.