Enable PMD rule SingularField and fix violations
This commit is contained in:
parent
3b77f93c00
commit
a07fc132d2
5 changed files with 3 additions and 9 deletions
|
|
@ -39,7 +39,7 @@ public final class NodesCache {
|
|||
|
||||
private long cacheSum = 0;
|
||||
private long maxmemtiles;
|
||||
private boolean detailed;
|
||||
private boolean detailed; // NOPMD used in constructor
|
||||
|
||||
private boolean garbageCollectionEnabled = false;
|
||||
private boolean ghostCleaningDone = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue