Ignore:
Timestamp:
2018-05-13T09:15:15+02:00 (6 years ago)
Author:
wiktorn
Message:

PMD fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AddImageryLayerAction.java

    r13733 r13741  
    186186
    187187            Collection<String> wmsFormats = wms.getFormats();
    188             final JComboBox<String> formats = new JComboBox<>(wmsFormats.toArray(new String[wmsFormats.size()]));
     188            final JComboBox<String> formats = new JComboBox<>(wmsFormats.toArray(new String[0]));
    189189            formats.setSelectedItem(wms.getPreferredFormat());
    190190            formats.setToolTipText(tr("Select image format for WMS layer"));
Note: See TracChangeset for help on using the changeset viewer.