Update pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/documentation/CommentContentRule.java
Co-authored-by: Clément Fournier <clement.fournier76@gmail.com>
This commit is contained in:
@ -143,7 +143,7 @@ public class CommentContentRule extends AbstractCommentRule {
|
||||
return super.visit(cUnit, data);
|
||||
}
|
||||
|
||||
public boolean hasDisallowedTerms() {
|
||||
private boolean hasDisallowedTerms() {
|
||||
List<String> terms = getProperty(DISSALLOWED_TERMS_DESCRIPTOR);
|
||||
return !terms.isEmpty();
|
||||
}
|
||||
|
Reference in New Issue
Block a user