diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index ef4cc0e2003..1eebf776c10 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/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 diff --git a/hadoop-common-project/hadoop-nfs/src/main/java/org/apache/hadoop/oncrpc/RpcProgram.java b/hadoop-common-project/hadoop-nfs/src/main/java/org/apache/hadoop/oncrpc/RpcProgram.java index 3343c75e1aa..b782ae5ab99 100644 --- a/hadoop-common-project/hadoop-nfs/src/main/java/org/apache/hadoop/oncrpc/RpcProgram.java +++ b/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 */