Pmd warnings
This commit is contained in:
1 parent
de916626aa
commit
f16c56dbe8
1 file changed
-2
-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("/**"),
|
||||
|
||||
Reference in new issue
Block a user