HADOOP-11236. NFS: Fix javadoc warning in RpcProgram.java. Contributed by Abhiraj Butala. (harsh)
This commit is contained in:
parent
caecd9fffe
commit
2429b31656
|
@ -368,6 +368,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
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue