fapifta commented on code in PR #3982:
URL: https://github.com/apache/ozone/pull/3982#discussion_r1046107948


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/security/x509/certificate/client/CertificateClient.java:
##########
@@ -334,4 +399,7 @@ default void assertValidKeysAndCertificate() throws 
OzoneSecurityException {
    * Return the store factory for key manager and trust manager for client.
    */
   KeyStoresFactory getClientKeyStoresFactory() throws CertificateException;
+
+  default void reloadKeyAndCertificate(String newCertId) {

Review Comment:
   Similarly here I believe we do not need an empty default.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to