HBASE-21400 correct spelling error of 'initilize' in comment
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
This commit is contained in:
parent
808f051b8a
commit
2d4580106a
|
@ -579,7 +579,7 @@ class BlockingRpcConnection extends RpcConnection implements Runnable {
|
||||||
|
|
||||||
private void negotiateCryptoAes(RPCProtos.CryptoCipherMeta cryptoCipherMeta)
|
private void negotiateCryptoAes(RPCProtos.CryptoCipherMeta cryptoCipherMeta)
|
||||||
throws IOException {
|
throws IOException {
|
||||||
// initilize the Crypto AES with CryptoCipherMeta
|
// initialize the Crypto AES with CryptoCipherMeta
|
||||||
saslRpcClient.initCryptoCipher(cryptoCipherMeta, this.rpcClient.conf);
|
saslRpcClient.initCryptoCipher(cryptoCipherMeta, this.rpcClient.conf);
|
||||||
// reset the inputStream/outputStream for Crypto AES encryption
|
// reset the inputStream/outputStream for Crypto AES encryption
|
||||||
this.in = new DataInputStream(new BufferedInputStream(saslRpcClient.getInputStream()));
|
this.in = new DataInputStream(new BufferedInputStream(saslRpcClient.getInputStream()));
|
||||||
|
|
Loading…
Reference in New Issue