HDFS-12951. Incorrect javadoc in SaslDataTransferServer.java#receive. Contributed by Mukul Kumar Singh.

This commit is contained in:
Chen Liang 2017-12-21 11:20:30 -08:00
parent b318bed01a
commit 826507c41b
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public SaslDataTransferServer(DNConf dnConf,
* @param peer connection peer * @param peer connection peer
* @param underlyingOut connection output stream * @param underlyingOut connection output stream
* @param underlyingIn connection input stream * @param underlyingIn connection input stream
* @param int xferPort data transfer port of DataNode accepting connection * @param xferPort data transfer port of DataNode accepting connection
* @param datanodeId ID of DataNode accepting connection * @param datanodeId ID of DataNode accepting connection
* @return new pair of streams, wrapped after SASL negotiation * @return new pair of streams, wrapped after SASL negotiation
* @throws IOException for any error * @throws IOException for any error