Fix dogfood pmd violations

This commit is contained in:
Andreas Dangel
2023-01-01 16:56:49 +01:00
parent a653fb498c
commit ad87340729
@@ -34,7 +34,7 @@ public class UnusedPrivateFieldRule extends AbstractJavaRulechainRule {
.desc("Fully qualified names of the annotation types that should be reported anyway. If an unused field "
+ "has any of these annotations, then it is reported. If it has any other annotation, then "
+ "it is still considered to used and is not reported.")
.defaultValue(new ArrayList<String>())
.defaultValue(new ArrayList<>())
.build();
public UnusedPrivateFieldRule() {