Ignore:
Timestamp:
2014-07-14T04:18:06+02:00 (10 years ago)
Author:
donvip
Message:

[josm_plugins] fix compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/namemanager/src/org/openstreetmap/josm/plugins/namemanager/dialog/NameManagerDialog.java

    r25594 r30532  
    7777    private List<Way> waysInsideSelectedArea;
    7878    private JTabbedPane tabPanel;
    79     private JComboBox country;
     79    private JComboBox<String> country;
    8080    private JLabel labelLevel1;
    8181    private JTextField level1;
     
    138138        buildings.setSelected(false);
    139139        JLabel labelCountry = new JLabel("  " + tr(COUNTRY));
    140         country = new JComboBox();
     140        country = new JComboBox<>();
    141141        labelLevel1 = new JLabel("  level1");
    142142        level1 = new JTextField();
Note: See TracChangeset for help on using the changeset viewer.