Ignore:
Timestamp:
2016-07-25T09:15:56+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the same class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/GettingStarted.java

    r10627 r10634  
    143143                    content = new MotdContent().updateIfRequiredString();
    144144                    contentInitialized = true;
    145                     ProxyPreference.removeProxyPreferenceListener(GettingStarted.this);
     145                    ProxyPreference.removeProxyPreferenceListener(this);
    146146                } catch (IOException ex) {
    147147                    Main.warn(ex, tr("Failed to read MOTD. Exception was: {0}", ex.toString()));
     
    149149                            + "</h1>\n<h2 align=\"center\">(" + tr("Message of the day not available") + ")</h2></html>";
    150150                    // In case of MOTD not loaded because of proxy error, listen to preference changes to retry after update
    151                     ProxyPreference.addProxyPreferenceListener(GettingStarted.this);
     151                    ProxyPreference.addProxyPreferenceListener(this);
    152152                }
    153153            }
Note: See TracChangeset for help on using the changeset viewer.