Ignore:
Timestamp:
2016-03-12T23:45:08+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - remove unnecessary fully qualified names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/OsmIdSelectionDialog.java

    r8510 r9972  
    162162     */
    163163    protected void restorePrimitivesHistory(HistoryComboBox cbHistory) {
    164         java.util.List<String> cmtHistory = new LinkedList<>(
     164        List<String> cmtHistory = new LinkedList<>(
    165165                Main.pref.getCollection(getClass().getName() + ".primitivesHistory", new LinkedList<String>()));
    166166        // we have to reverse the history, because ComboBoxHistory will reverse it again in addElement()
Note: See TracChangeset for help on using the changeset viewer.