tlsmith109 commented on a change in pull request #4627:
URL: https://github.com/apache/nifi/pull/4627#discussion_r527000620
##########
File path:
nifi-commons/nifi-utils/src/main/java/org/apache/nifi/processor/util/StandardValidators.java
##########
@@ -503,6 +503,7 @@ public ValidationResult validate(final String subject,
final String input, final
};
public static final Validator FILE_EXISTS_VALIDATOR = new
FileExistsValidator(true);
+ public static final Validator DIRECTORY_EXISTS_VALIDATOR = new
DirectoryExistsValidator(true,false);
Review comment:
Will remove, I just added for consistency.
----------------------------------------------------------------
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]