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/command/TransformNodesCommand.java

    r6890 r7005  
    2727     * The nodes to transform.
    2828     */
    29     protected Collection<Node> nodes = new LinkedList<Node>();
     29    protected Collection<Node> nodes = new LinkedList<>();
    3030
    3131
     
    3333     * List of all old states of the nodes.
    3434     */
    35     protected Map<Node, OldNodeState> oldStates = new HashMap<Node, OldNodeState>();
     35    protected Map<Node, OldNodeState> oldStates = new HashMap<>();
    3636
    3737    /**
Note: See TracChangeset for help on using the changeset viewer.