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/gui/io/CloseChangesetTask.java

    r6830 r7005  
    3939        super(tr("Closing changeset"), false /* don't ignore exceptions */);
    4040        if (changesets == null) {
    41             changesets = new ArrayList<Changeset>();
     41            changesets = new ArrayList<>();
    4242        }
    4343        this.changesets = changesets;
    44         this.closedChangesets = new ArrayList<Changeset>();
     44        this.closedChangesets = new ArrayList<>();
    4545    }
    4646
Note: See TracChangeset for help on using the changeset viewer.