Changeset 13644 in josm for trunk/src/org


Ignore:
Timestamp:
2018-04-16T23:09:28+02:00 (6 years ago)
Author:
wiktorn
Message:

Supress PMD warnings

See: #16193

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/cache/JCSCacheManager.java

    r13643 r13644  
    184184                            diskAttributes, cacheManager, null, new StandardSerializer())});
    185185                }
    186             } catch (Exception e) {
     186            } catch (Exception e) { // NOPMD
    187187                // in case any error in setting auxiliary cache, do not use disk cache at all - only memory
    188188                cc.setAuxCaches(new AuxiliaryCache[0]);
Note: See TracChangeset for help on using the changeset viewer.