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:
Andrew Kyle Purtell 2013-11-26 19:24:59 +00:00
parent bb8c690e0b
commit 3ddf400c2e
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/