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

This commit is contained in:
Harsh J 2014-10-27 19:09:52 +05:30
parent cb3974524c
commit c88ac8a738
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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
*/