Ignore:
Timestamp:
2016-07-24T14:48:47+02:00 (10 years ago)
Author:
Don-vip
Message:

sonar - squid:S1166 - Exception handlers should preserve the original exceptions

File:
1 edited

Legend:

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

    r8926 r10627  
    9797            return false;
    9898        } catch (OfflineAccessException e) {
     99            Main.trace(e);
    99100            return true;
    100101        }
     
    185186            }
    186187        } catch (IOException e) {
     188            Main.trace(e);
    187189            if (!isOffline()) {
    188190                this.data = updateForce();
Note: See TracChangeset for help on using the changeset viewer.