You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Mukul Kumar Singh (JIRA)" <ji...@apache.org> on 2017/09/23 10:26:01 UTC

[jira] [Updated] (HADOOP-14905) Fix javadocs issues in Hadoop HDFS-NFS

     [ https://issues.apache.org/jira/browse/HADOOP-14905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mukul Kumar Singh updated HADOOP-14905:
---------------------------------------
    Attachment: HADOOP-14905.001.patch

> Fix javadocs issues in Hadoop HDFS-NFS
> --------------------------------------
>
>                 Key: HADOOP-14905
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14905
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: nfs
>            Reporter: Mukul Kumar Singh
>            Assignee: Mukul Kumar Singh
>         Attachments: HADOOP-14905.001.patch
>
>
> Fix the following javadoc issue in Apache Hadoop HDFS-NFS
> {code}
>  2266 5 warnings
>  2267 [WARNING] Javadoc Warnings
>  2268 [WARNING] /Users/msingh/code/work/apache/trunk/trunk2/hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/nfs3/Nfs3Utils.java:92: warning: no @param for childNum
>  2269 [WARNING] public static long getDirSize(int childNum) {
>  2270 [WARNING] ^
>  2271 [WARNING] /Users/msingh/code/work/apache/trunk/trunk2/hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/nfs3/Nfs3Utils.java:92: warning: no @return
>  2272 [WARNING] public static long getDirSize(int childNum) {
>  2273 [WARNING] ^
>  2274 [WARNING] /Users/msingh/code/work/apache/trunk/trunk2/hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/nfs3/Nfs3Utils.java:126: warning: no @param for channel
>  2275 [WARNING] public static void writeChannel(Channel channel, XDR out, int xid) {
>  2276 [WARNING] ^
>  2277 [WARNING] /Users/msingh/code/work/apache/trunk/trunk2/hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/nfs3/Nfs3Utils.java:126: warning: no @param for out
>  2278 [WARNING] public static void writeChannel(Channel channel, XDR out, int xid) {
>  2279 [WARNING] ^
>  2280 [WARNING] /Users/msingh/code/work/apache/trunk/trunk2/hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/nfs3/Nfs3Utils.java:126: warning: no @param for xid
>  2281 [WARNING] public static void writeChannel(Channel channel, XDR out, int xid) {
>  2282 [WARNING] ^
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org