Update pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/CouplingBetweenObjectsRule.java

Co-authored-by: Clément Fournier <clement.fournier76@gmail.com>
This commit is contained in:
XenoAmess
2020-08-27 12:01:20 +08:00
committed by GitHub
parent bab82f5d98
commit 44a08faf7f

View File

@ -117,7 +117,7 @@ public class CouplingBetweenObjectsRule extends AbstractJavaRule {
}
/**
* convenient method to handle hierarchy. This is probably too much work and
* Convenience method to handle hierarchy. This is probably too much work and
* will go away once I figure out the framework
*/
private void handleASTTypeChildren(Node node) {