vinayakumarb commented on a change in pull request #2767:
URL: https://github.com/apache/hadoop/pull/2767#discussion_r637551551
##########
File path:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine2.java
##########
@@ -495,6 +524,7 @@ private static ProtoClassProtoImpl
getProtocolImpl(RPC.Server server,
* it is.</li>
* </ol>
*/
+ @SuppressWarnings("deprecation")
Review comment:
This was to suppress javac warnings due to usage of
{{ProtobufRpcEngine}} in {{ProtobufRpcEngine2}}. I have moved to new method,
where this exact usage is present.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]