bbende commented on code in PR #8726:
URL: https://github.com/apache/nifi/pull/8726#discussion_r1587893025
##########
nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/groups/StandardProcessGroup.java:
##########
@@ -4022,7 +4027,7 @@ private VersionedFlowSynchronizationContext
createGroupSynchronizationContext(fi
}
@Override
- public void verifyCanSaveToFlowRegistry(final String registryId, final
String bucketId, final String flowId, final String saveAction) {
+ public void verifyCanSaveToFlowRegistry(final String registryId, final
String branch, final String bucketId, final String flowId, final String
saveAction) {
Review Comment:
You are probably right, I'll take a look at this. It was hard to determine
at which points were the correct place to use the objects outside of the
FlowRegistryClient API.
--
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]