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/download/DownloadDialog.java

    r6890 r7005  
    6767
    6868    protected SlippyMapChooser slippyMapChooser;
    69     protected final List<DownloadSelection> downloadSelections = new ArrayList<DownloadSelection>();
     69    protected final List<DownloadSelection> downloadSelections = new ArrayList<>();
    7070    protected final JTabbedPane tpDownloadAreaSelectors = new JTabbedPane();
    7171    protected JCheckBox cbNewLayer;
Note: See TracChangeset for help on using the changeset viewer.