Ignore:
Timestamp:
2015-05-17T17:21:01+02:00 (9 years ago)
Author:
Don-vip
Message:

fix some Findbugs warnings

File:
1 edited

Legend:

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

    r8377 r8387  
    559559                            }
    560560                        }
    561                     } catch (Exception e) {
     561                    } catch (IOException | SecurityException e) {
     562                        if (Main.isDebugEnabled()) {
     563                            Main.debug("Exception while checking IPv6 connectivity: "+e);
     564                        }
    562565                    }
    563566                    if(wasv6 && !hasv6) {
Note: See TracChangeset for help on using the changeset viewer.