emiliosetiadarma commented on a change in pull request #5202:
URL: https://github.com/apache/nifi/pull/5202#discussion_r667179843
##########
File path:
nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AESSensitivePropertyProvider.java
##########
@@ -257,4 +257,14 @@ public static int getMinCipherTextLength() {
public static String getDelimiter() {
return DELIMITER;
}
+
+ /**
+ * Closes any clients that may have been opened by the SPP and releases
+ * any resources possibly used by any SPP implementation
+ * Note: If there is nothing to be done, then this function is a no-op
Review comment:
I think that would be more descriptive yes, I will make the changes
--
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]