You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/10/18 14:02:54 UTC

[GitHub] [nifi] markap14 commented on a change in pull request #5450: NIFI-9292: Added getInputPortNames() and getOutputPortNames() to Stat…

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



##########
File path: nifi-stateless/nifi-stateless-api/src/main/java/org/apache/nifi/stateless/config/PropertiesFileEngineConfigurationParser.java
##########
@@ -119,6 +121,11 @@ public File getExtensionsDirectory() {
                 return extensionsDirectory;
             }
 
+            @Override
+            public Collection<File> getReadOnlyExtensionsDirectories() {
+                return Collections.emptyList();

Review comment:
       Oops. Yes, that should definitely be there. Will update.




-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org