Skip to content

Commit

Permalink
Update ExcessiveImports example code for clarity
Browse files Browse the repository at this point in the history
Since the default minimum is 30, I believe it would make more sense if the comment said "28" instead of "18".
  • Loading branch information
gustavokrieger authored Oct 22, 2020
1 parent 47d3e1b commit 151400d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmd-java/src/main/resources/category/java/design.xml
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ user-specified threshold.
<![CDATA[
import blah.blah.Baz;
import blah.blah.Bif;
// 18 others from the same package elided
// 28 others from the same package elided
public class Foo {
public void doWork() {}
}
Expand Down

0 comments on commit 151400d

Please sign in to comment.