Ignore:
Timestamp:
2019-05-27T12:37:31+02:00 (5 years ago)
Author:
Don-vip
Message:

sonarqube, javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/imagery/ImageryProvidersPanel.java

    r15116 r15121  
    319319        activeToolbar.add(new NewEntryAction(ImageryInfo.ImageryType.TMS));
    320320        activeToolbar.add(new NewEntryAction(ImageryInfo.ImageryType.WMTS));
    321         //activeToolbar.add(edit); TODO
    322321        activeToolbar.add(remove);
    323322        add(activeToolbar, GBC.eol().anchor(GBC.NORTH).insets(0, 0, 5, 5));
     
    698697            case 3:
    699698                return info.getExtendedUrl();
    700             }
    701             return null;
     699            default:
     700                return null;
     701            }
    702702        }
    703703
Note: See TracChangeset for help on using the changeset viewer.