Ignore:
Timestamp:
2018-05-24T23:53:37+02:00 (6 years ago)
Author:
wiktorn
Message:

Sonar fixes, javadocs.

See: #16249

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/imagery/AddWMSLayerPanel.java

    r13824 r13828  
    4242    private final transient WMSLayerTree tree = new WMSLayerTree();
    4343    private final JComboBox<String> formats = new JComboBox<>();
    44     private final JLabel wmsInstruction;
    4544    private final JosmTextArea wmsUrl = new JosmTextArea(3, 40).transferFocusOnTab();
    4645    private final JButton showBounds = new JButton(tr("Show bounds"));
     
    7372        addCommonSettings();
    7473
    75         wmsInstruction = new JLabel(tr("{0} Edit generated {1} URL (optional)", "6.", "WMS"));
     74        JLabel wmsInstruction = new JLabel(tr("{0} Edit generated {1} URL (optional)", "6.", "WMS"));
    7675        add(wmsInstruction, GBC.eol());
    7776        wmsInstruction.setLabelFor(wmsUrl);
Note: See TracChangeset for help on using the changeset viewer.