[
https://issues.apache.org/jira/browse/HADOOP-13419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15430603#comment-15430603
]
Masatake Iwasaki commented on HADOOP-13419:
-------------------------------------------
Thanks for the update, [~lewuathe]. You picked javadoc comments outdated by the
refactoring of HADOOP-13438. Some of them are not synced with the refactored
code. It would be nice to fix them here.
{noformat}
@@ -2221,8 +2221,8 @@ private void authorizeConnection() throws
WrappedRpcServerException {
/**
* Decode the a protobuf from the given input stream
- * @param builder - Builder of the protobuf to decode
- * @param dis - DataInputStream to read the protobuf
+ * @param message - Builder of the protobuf to decode
+ * @param buffer - DataInputStream to read the protobuf
{noformat}
{{message}} is the class representing the type of message. {{buffer}} is no
longer DataInputStream but buffer.
> Fix javadoc warnings by JDK8 in hadoop-common package
> -----------------------------------------------------
>
> Key: HADOOP-13419
> URL: https://issues.apache.org/jira/browse/HADOOP-13419
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Kai Sasaki
> Assignee: Kai Sasaki
> Attachments: HADOOP-13419-branch-2.01.patch,
> HADOOP-13419-branch-2.02.patch, HADOOP-13419.01.patch, HADOOP-13419.02.patch,
> HADOOP-13419.03.patch
>
>
> Fix compile warning generated after migrate JDK8.
> This is a subtask of HADOOP-13369.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]