Skip to content

Commit 8c9822a

Browse files
committed
Fix unnecessary modifier
1 parent e3870d1 commit 8c9822a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/src/main/resources/pmd/conf-default.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
<rule ref="rulesets/java/unnecessary.xml">
121121
<exclude name="UselessOverridingMethod" />
122122
<exclude name="UselessParentheses" />
123+
<exclude name="UnnecessaryModifier" />
123124
</rule>
124125

125126
<rule ref="rulesets/java/unusedcode.xml" />

0 commit comments

Comments
 (0)