Changeset 14271 in josm for trunk/src/org
- Timestamp:
- 2018-09-23T15:17:18+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/cache/CacheEntryAttributes.java
r14270 r14271 222 222 } 223 223 } catch (ClassNotFoundException | ClassCastException ex) { 224 // NOOP224 Logging.trace(ex); 225 225 } 226 226 return Optional.empty();
Note:
See TracChangeset
for help on using the changeset viewer.