Mukul Kumar Singh created HADOOP-14905:
------------------------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]