Ignore:
Timestamp:
2015-05-09T12:49:35+02:00 (9 years ago)
Author:
Don-vip
Message:

code style - Close curly brace and the next "else", "catch" and "finally" keywords should be located on the same line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AddImageryLayerAction.java

    r8308 r8342  
    119119                    tree.getSelectedLayers(), (String) formats.getSelectedItem());
    120120            return new ImageryInfo(info.getName(), url, "wms", info.getEulaAcceptanceRequired(), info.getCookies());
    121         } // exception handling from AddWMSLayerPanel.java
    122         catch (MalformedURLException ex) {
     121        } catch (MalformedURLException ex) {
    123122            JOptionPane.showMessageDialog(Main.parent, tr("Invalid service URL."),
    124123                    tr("WMS Error"), JOptionPane.ERROR_MESSAGE);
Note: See TracChangeset for help on using the changeset viewer.