Javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1762875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2016-09-30 10:22:27 +00:00
parent c1a11dc0b8
commit 48e338e828
2 changed files with 0 additions and 2 deletions

View File

@ -206,7 +206,6 @@ public abstract class ChunkedCipherInputStream extends LittleEndianInputStream {
* Helper function for overriding the cipher invocation, i.e. XOR doesn't use a cipher
* and uses it's own implementation
*
* @return
* @throws BadPaddingException
* @throws IllegalBlockSizeException
* @throws ShortBufferException

View File

@ -201,7 +201,6 @@ public abstract class ChunkedCipherOutputStream extends FilterOutputStream {
* Helper function for overriding the cipher invocation, i.e. XOR doesn't use a cipher
* and uses it's own implementation
*
* @return
* @throws BadPaddingException
* @throws IllegalBlockSizeException
* @throws ShortBufferException