[
https://issues.apache.org/jira/browse/HADOOP-13418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15407560#comment-15407560
]
Masatake Iwasaki commented on HADOOP-13418:
-------------------------------------------
Thanks for working on this, [~lewuathe].
{noformat}
- /** Used by AUTH_SYS */
+ /**
+ * Used by AUTH_SYS.
+ * @return uid
+ */
public int getUid() {
throw new UnsupportedOperationException();
}
- /** Used by AUTH_SYS */
+ /**
+ * Used by AUTH_SYS.
+ * @return gid
+ */
public int getGid() {
throw new UnsupportedOperationException();
}
- /** Used by AUTH_SYS */
+ /**
+ * Used by AUTH_SYS.
+ * @return auxgids
+ */
{noformat}
Do we need any description here?
Though other descriptions could be get more informative, I think it is ok to
address them later since the javadocs of hadoop-nfs is not published in site
documentation.
> Fix javadoc warnings by JDK8 in hadoop-nfs package
> --------------------------------------------------
>
> Key: HADOOP-13418
> URL: https://issues.apache.org/jira/browse/HADOOP-13418
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Kai Sasaki
> Assignee: Kai Sasaki
> Attachments: HADOOP-13418.01.patch, HADOOP-13418.02.patch
>
>
> Fix compile warning generated after migrating JDK8.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]