timeabarna commented on code in PR #6115:
URL: https://github.com/apache/nifi/pull/6115#discussion_r905762076
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/StandardNiFiServiceFacade.java:
##########
@@ -1462,6 +1459,25 @@ private Set<AffectedComponentEntity>
getComponentsAffectedByParameterContextUpda
return dtoFactory.createAffectedComponentEntities(affectedComponents,
revisionManager);
}
+ private void getAffectedComponentsByParameterUpdate(final
ParameterContextDTO parameterContextDto, final Set<String>
updatedParameterNames, final Set<ComponentNode> affectedComponents,
Review Comment:
This method has been removed.
--
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]