dlmarion commented on code in PR #5623:
URL: https://github.com/apache/accumulo/pull/5623#discussion_r2136263169


##########
server/base/src/main/java/org/apache/accumulo/server/security/delegation/AuthenticationTokenSecretManager.java:
##########
@@ -282,6 +284,7 @@ protected SecretKey generateSecret() {
     return super.generateSecret();
   }
 
+  @SuppressFBWarnings(value = "HSM_HIDING_METHOD", justification = "")

Review Comment:
   This was marked as hiding `SecretManager.createSecretKey`. I'm wondering if 
we need this method at all.



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