markap14 commented on a change in pull request #5514:
URL: https://github.com/apache/nifi/pull/5514#discussion_r752419057



##########
File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/StandardNiFiServiceFacade.java
##########
@@ -2559,7 +2559,7 @@ public void verifyCanInstantiate(final String groupId, 
final FlowSnippetDTO snip
 
     @Override
     public void verifyComponentTypes(final VersionedProcessGroup 
versionedGroup) {
-        controllerFacade.verifyComponentTypes(versionedGroup);
+//        controllerFacade.verifyComponentTypes(versionedGroup);

Review comment:
       Yeah intent was to remove the function all together. If there are types 
that are not available it should ghost the components. Just commented out to 
test behavior and forgot to remove it. Could potentially remove the method, but 
I can envision a future in which we want to perform some other sort of 
verification so left the method there as a placeholder.




-- 
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]


Reply via email to