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/preferences/imagery/AddWMSLayerPanel.java

    r10611 r10634  
    9090                if ((incomingData.startsWith("<html>") || incomingData.startsWith("<HTML>"))
    9191                  && (incomingData.endsWith("</html>") || incomingData.endsWith("</HTML>"))) {
    92                     GuiHelper.notifyUserHtmlError(AddWMSLayerPanel.this, title, message, incomingData);
     92                    GuiHelper.notifyUserHtmlError(this, title, message, incomingData);
    9393                } else {
    9494                    if (ex3.getMessage() != null) {
Note: See TracChangeset for help on using the changeset viewer.