markap14 commented on code in PR #7191:
URL: https://github.com/apache/nifi/pull/7191#discussion_r1223536546
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/AbstractComponentNode.java:
##########
@@ -974,6 +993,9 @@ private ValidationResult validateControllerServiceApi(final
PropertyDescriptor d
return null;
}
+ protected void analyze() {
Review Comment:
We should avoid method names that are ambiguous. It's very unclear here what
sort of analysis should be performed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]