Changeset 15321 in josm for trunk


Ignore:
Timestamp:
2019-08-25T14:49:18+02:00 (5 years ago)
Author:
stoecker
Message:

catch all cases, see #18078

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r15320 r15321  
    12161216                } catch (IOException | SecurityException e) {
    12171217                    Logging.debug("Exception while checking IPv6 connectivity: {0}", e);
     1218                    hasv6 = false;
    12181219                    Logging.trace(e);
    12191220                }
Note: See TracChangeset for help on using the changeset viewer.