pvillard31 commented on code in PR #25:
URL: https://github.com/apache/nifi-api/pull/25#discussion_r2475062821
##########
src/main/java/org/apache/nifi/registry/flow/FlowRegistryClient.java:
##########
@@ -129,13 +129,13 @@ default FlowRegistryBranch getDefaultBranch(final
FlowRegistryClientConfiguratio
* @param context Configuration context
* @param sourceLocation The location of the flow version that will act as
the source for the new branch. The version may be {@code null}
* to indicate that the registry implementation
should select a default, such as the latest version on the source branch.
- * @param newBranchName The name of the branch to create
+ * @param branchName The name of the branch to create
*
* @throws FlowRegistryException If an issue happens during processing the
request.
* @throws IOException If there is issue with the communication between
NiFi and the Flow Registry.
* @throws UnsupportedOperationException If the registry does not support
branching.
*/
- default void createBranch(final FlowRegistryClientConfigurationContext
context, final FlowVersionLocation sourceLocation, final String newBranchName)
+ default void createBranch(final FlowRegistryClientConfigurationContext
context, final FlowVersionLocation sourceLocation, final String branchName)
Review Comment:
done
--
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]