greyp9 commented on code in PR #6300:
URL: https://github.com/apache/nifi/pull/6300#discussion_r951762205


##########
nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/util/crypto/NiFiLegacyCipherProvider.java:
##########
@@ -40,9 +43,12 @@
 public class NiFiLegacyCipherProvider extends OpenSSLPKCS5CipherProvider 
implements PBECipherProvider {
     private static final Logger logger = 
LoggerFactory.getLogger(NiFiLegacyCipherProvider.class);
 
+    private static final DeprecationLogger deprecationLogger = 
DeprecationLoggerFactory.getLogger(NiFiLegacyCipherProvider.class);

Review Comment:
   Nice symmetry here.



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

Reply via email to