Ignore:
Timestamp:
2014-02-27T02:50:12+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues (Constructor Calls Overridable Method)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r6883 r6890  
    13261326        private JCheckBox cbDontShowAgain;
    13271327
    1328         protected void build() {
     1328        protected final void build() {
    13291329            setLayout(new GridBagLayout());
    13301330            GridBagConstraints gc = new GridBagConstraints();
Note: See TracChangeset for help on using the changeset viewer.