dbkegley commented on a change in pull request #3651: NIFI-6539 Nifi stateless
init from flow xml
URL: https://github.com/apache/nifi/pull/3651#discussion_r314430591
##########
File path:
nifi-stateless/nifi-stateless-core/src/main/java/org/apache/nifi/stateless/core/ComponentFactory.java
##########
@@ -223,4 +350,24 @@ private Bundle getAvailableBundle(final
org.apache.nifi.registry.flow.Bundle bun
return possibleBundles.get(0);
}
+
+ private Bundle getAvailableBundle(final BundleDTO bundle, final String
componentType) {
Review comment:
fixed
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services