Changeset 10627 in josm for trunk/src/org/openstreetmap/josm/io/CacheCustomContent.java
- Timestamp:
- 2016-07-24T14:48:47+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/CacheCustomContent.java
r8926 r10627 97 97 return false; 98 98 } catch (OfflineAccessException e) { 99 Main.trace(e); 99 100 return true; 100 101 } … … 185 186 } 186 187 } catch (IOException e) { 188 Main.trace(e); 187 189 if (!isOffline()) { 188 190 this.data = updateForce();
Note:
See TracChangeset
for help on using the changeset viewer.
