Amend HBASE-7544. Fix javadoc typo for Cipher#createDecryptionStream
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1545790 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bb8c690e0b
commit
3ddf400c2e
|
@ -112,7 +112,7 @@ public abstract class Cipher {
|
|||
/**
|
||||
* Create a decrypting output stream given an initialized decryptor
|
||||
* @param in the input stream to wrap
|
||||
* @param encryptor the decryptor
|
||||
* @param decryptor the decryptor
|
||||
* @return the decrypting wrapper
|
||||
* @throws IOException
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue