Pmd warnings

This commit is contained in:
Clément Fournier committed 2020-11-16 19:57:01 +01:00
1 parent de916626aa
commit f16c56dbe8
1 file changed
-2
@@ -37,8 +37,6 @@ public class CommentSizeRule extends AbstractJavaRule {
.desc("Maximum line length")
.require(positive()).defaultValue(80).build();
private static final String CR = "\n";
static final Set<Chars> IGNORED_LINES = setOf(Chars.wrap("//"),
Chars.wrap("/*"),
Chars.wrap("/**"),