HDFS-14170. [SBN read] Fix checkstyle warnings related to SBN reads. Contributed by Konstantin V Shvachko.

This commit is contained in:
Konstantin V Shvachko 2018-12-24 09:39:20 -08:00 committed by Chen Liang
parent 720eed9ef9
commit c936562c72
2 changed files with 4 additions and 4 deletions

View File

@ -591,7 +591,7 @@ public class RPC {
/** /**
* Get a protocol proxy that contains a proxy connection to a remote server * Get a protocol proxy that contains a proxy connection to a remote server
* and a set of methods that are supported by the server * and a set of methods that are supported by the server.
* *
* @param protocol protocol * @param protocol protocol
* @param clientVersion client's version * @param clientVersion client's version