Ignore:
Timestamp:
2014-02-27T02:50:12+01:00 (12 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/ReadRemotePluginInformationTask.java

    r6883 r6890  
    5959    protected enum CacheType {PLUGIN_LIST, ICON_LIST}
    6060
    61     protected void init(Collection<String> sites, boolean displayErrMsg){
     61    protected final void init(Collection<String> sites, boolean displayErrMsg){
    6262        this.sites = sites;
    6363        if (sites == null) {
     
    8888        init(sites, displayErrMsg);
    8989    }
    90 
    9190
    9291    @Override
Note: See TracChangeset for help on using the changeset viewer.