This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new e6323d4b24 NIFI-12033 Removed unused imports from AgeKeyValidator
e6323d4b24 is described below
commit e6323d4b24dd7cd119f257f3cfb1f527a621f39f
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Sep 21 14:49:51 2023 -0500
NIFI-12033 Removed unused imports from AgeKeyValidator
Signed-off-by: David Handermann <[email protected]>
---
.../java/org/apache/nifi/processors/cipher/age/AgeKeyValidator.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/nifi-nar-bundles/nifi-cipher-bundle/nifi-cipher-processors/src/main/java/org/apache/nifi/processors/cipher/age/AgeKeyValidator.java
b/nifi-nar-bundles/nifi-cipher-bundle/nifi-cipher-processors/src/main/java/org/apache/nifi/processors/cipher/age/AgeKeyValidator.java
index f6538c457d..cef6f3a370 100644
---
a/nifi-nar-bundles/nifi-cipher-bundle/nifi-cipher-processors/src/main/java/org/apache/nifi/processors/cipher/age/AgeKeyValidator.java
+++
b/nifi-nar-bundles/nifi-cipher-bundle/nifi-cipher-processors/src/main/java/org/apache/nifi/processors/cipher/age/AgeKeyValidator.java
@@ -32,8 +32,6 @@ import java.io.InputStreamReader;
import java.util.Collections;
import java.util.Optional;
import java.util.Set;
-import java.util.function.Predicate;
-import java.util.regex.Matcher;
import java.util.stream.Collectors;
/**