mcgilman commented on a change in pull request #3351: NIFI-2933 Remote 
input/output ports at any PG
URL: https://github.com/apache/nifi/pull/3351#discussion_r266620149
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/authorization/AuthorizableLookup.java
 ##########
 @@ -95,20 +95,20 @@
     Authorizable getFlow();
 
     /**
-     * Get the authorizable RootGroup InputPort.
+     * Get the authorizable public InputPort.
      *
      * @param id input port id
      * @return authorizable
      */
-    RootGroupPortAuthorizable getRootGroupInputPort(String id);
+    PublicPortAuthorizable getPublicInputPort(String id);
 
     /**
-     * Get the authorizable RootGroup OutputPort.
+     * Get the authorizable public OutputPort.
      *
      * @param id output port id
      * @return authorizable
      */
-    RootGroupPortAuthorizable getRootGroupOutputPort(String id);
+    PublicPortAuthorizable getRootGroupOutputPort(String id);
 
 Review comment:
   Should this also have been renamed to `getPublicOutputPort`?

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

Reply via email to