浏览代码

HADOOP-11236. NFS: Fix javadoc warning in RpcProgram.java. Contributed by Abhiraj Butala. (harsh)

Harsh J 10 年之前
父节点
当前提交
c88ac8a738

+ 2 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -23,6 +23,8 @@ Release 2.7.0 - UNRELEASED
 
   BUG FIXES
 
+    HADOOP-11236. NFS: Fix javadoc warning in RpcProgram.java (Abhiraj Butala via harsh)
+
     HADOOP-11166. Remove ulimit from test-patch.sh. (wang)
 
     HDFS-7227. Fix findbugs warning about NP_DEREFERENCE_OF_READLINE_VALUE in

+ 2 - 2
hadoop-common-project/hadoop-nfs/src/main/java/org/apache/hadoop/oncrpc/RpcProgram.java

@@ -65,8 +65,8 @@ public abstract class RpcProgram extends SimpleChannelUpstreamHandler {
    * @param progNumber program number as defined in RFC 1050
    * @param lowProgVersion lowest version of the specification supported
    * @param highProgVersion highest version of the specification supported
-   * @param DatagramSocket registrationSocket if not null, use this socket to
-   *        register with portmap daemon
+   * @param registrationSocket if not null, use this socket to register
+   *        with portmap daemon
    * @param allowInsecurePorts true to allow client connections from
    *        unprivileged ports, false otherwise
    */