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/server/ServerAccessPreference.java

    r9625 r10763  
    4747     * @return panel with server preferences tabs
    4848     */
    49     protected JPanel buildTabbedServerPreferences() {
     49    private JPanel buildTabbedServerPreferences() {
    5050        JPanel pnl = new JPanel(new BorderLayout());
    5151        pnl.add(getTabPane(), BorderLayout.CENTER);
     
    5858     * @return preferences panel for server settings
    5959     */
    60     protected JPanel buildContentPanel() {
     60    private JPanel buildContentPanel() {
    6161        JPanel pnl = new JPanel(new GridBagLayout());
    6262        GridBagConstraints gc = new GridBagConstraints();
Note: See TracChangeset for help on using the changeset viewer.