Changeset 13398 in josm


Ignore:
Timestamp:
2018-02-10T01:27:11+01:00 (6 years ago)
Author:
Don-vip
Message:

sonar - fb-contrib:BED_HIERARCHICAL_EXCEPTION_DECLARATION - Method declares throwing two or more exceptions related by inheritance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/imagery/WMSImagery.java

    r13358 r13398  
    298298     */
    299299    private void doAttemptGetCapabilities130(String serviceUrlStr, final String url)
    300             throws IOException, WMSGetCapabilitiesException, MalformedURLException {
     300            throws IOException, WMSGetCapabilitiesException {
    301301        doAttemptGetCapabilities(serviceUrlStr, new URL(url.replace("VERSION=1.1.1", "VERSION=1.3.0")));
    302302        if (serviceUrl.toExternalForm().contains("VERSION=1.1.1")) {
Note: See TracChangeset for help on using the changeset viewer.