Changeset 15805 in josm
- Timestamp:
- 2020-02-01T01:07:17+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/imagery/AddWMTSLayerPanel.java
r13828 r15805 73 73 layerPanel.add(layerTable, GBC.eol().fill()); 74 74 layerPanel.revalidate(); 75 } catch (IOException | WMTSGetCapabilitiesException ex) { 75 } catch (IOException | RuntimeException | WMTSGetCapabilitiesException ex) { 76 76 Logging.trace(ex); 77 77 JOptionPane.showMessageDialog(
Note:
See TracChangeset
for help on using the changeset viewer.