- Timestamp:
- 2018-04-16T23:09:28+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/cache/JCSCacheManager.java
r13643 r13644 184 184 diskAttributes, cacheManager, null, new StandardSerializer())}); 185 185 } 186 } catch (Exception e) { 186 } catch (Exception e) { // NOPMD 187 187 // in case any error in setting auxiliary cache, do not use disk cache at all - only memory 188 188 cc.setAuxCaches(new AuxiliaryCache[0]);
Note:
See TracChangeset
for help on using the changeset viewer.