Ignore:
Timestamp:
2016-08-07T18:07:59+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S2156 - "final" classes should not have "protected" members

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/plugin/PluginPreference.java

    r10611 r10763  
    160160    }
    161161
    162     protected JPanel buildSearchFieldPanel() {
     162    private JPanel buildSearchFieldPanel() {
    163163        JPanel pnl = new JPanel(new GridBagLayout());
    164164        pnl.setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5));
     
    181181    }
    182182
    183     protected JPanel buildActionPanel() {
     183    private JPanel buildActionPanel() {
    184184        JPanel pnl = new JPanel(new GridLayout(1, 3));
    185185
     
    190190    }
    191191
    192     protected JPanel buildPluginListPanel() {
     192    private JPanel buildPluginListPanel() {
    193193        JPanel pnl = new JPanel(new BorderLayout());
    194194        pnl.add(buildSearchFieldPanel(), BorderLayout.NORTH);
     
    215215    }
    216216
    217     protected JTabbedPane buildContentPane() {
     217    private JTabbedPane buildContentPane() {
    218218        JTabbedPane pane = getTabPane();
    219219        pnlPluginUpdatePolicy = new PluginUpdatePolicyPanel();
Note: See TracChangeset for help on using the changeset viewer.