krishnaasawa1 commented on code in PR #4747:
URL: https://github.com/apache/ozone/pull/4747#discussion_r1201936689


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/protocolPB/SecretKeyProtocolClientSideTranslatorPB.java:
##########
@@ -50,7 +52,7 @@
  * {@link SecretKeyProtocol} to the server proxy.
  */
 public class SecretKeyProtocolClientSideTranslatorPB implements
-    SecretKeyProtocol, ProtocolTranslator, Closeable {
+    SecretKeyProtocol, SecretKeyProtocolScm, ProtocolTranslator, Closeable {

Review Comment:
   Cosmetic SecretKeyProtocolScm extends SecretKeyProtocol. Not sure you need 
to have  SecretKeyProtocol here, if already implementing SecretKeyProtocolScm.



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