[
https://issues.apache.org/jira/browse/HADOOP-10407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13934124#comment-13934124
]
Akira AJISAKA commented on HADOOP-10407:
----------------------------------------
Mostly looks good, one minor nit:
{code}
+ @SuppressWarnings("fallthrough")
private RpcSaslProto processSaslMessage(RpcSaslProto saslMessage)
{code}
You can add the above line in Server.java to suppress a fallthrough warning.
> Fix the javac warnings in the ipc package.
> ------------------------------------------
>
> Key: HADOOP-10407
> URL: https://issues.apache.org/jira/browse/HADOOP-10407
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: ipc
> Reporter: Tsz Wo Nicholas Sze
> Assignee: Tsz Wo Nicholas Sze
> Priority: Minor
> Attachments: c10407_20140312.patch, c10407_20140312b.patch
>
>
> Fix the javac warnings in the org.apache.hadoop.ipc package. Most of them
> are generic warnings.
--
This message was sent by Atlassian JIRA
(v6.2#6252)