From: Nick Burch Date: Fri, 30 Sep 2016 10:22:27 +0000 (+0000) Subject: Javadoc fixes X-Git-Tag: REL_3_16_BETA1~139 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bc0dcddec5bccc78640db9bf8f77004cd1b98588;p=poi.git Javadoc fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1762875 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/poifs/crypt/ChunkedCipherInputStream.java b/src/java/org/apache/poi/poifs/crypt/ChunkedCipherInputStream.java index e59ceb369c..8999b6e0dd 100644 --- a/src/java/org/apache/poi/poifs/crypt/ChunkedCipherInputStream.java +++ b/src/java/org/apache/poi/poifs/crypt/ChunkedCipherInputStream.java @@ -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 diff --git a/src/java/org/apache/poi/poifs/crypt/ChunkedCipherOutputStream.java b/src/java/org/apache/poi/poifs/crypt/ChunkedCipherOutputStream.java index b734dc3fb4..836aae2bbc 100644 --- a/src/java/org/apache/poi/poifs/crypt/ChunkedCipherOutputStream.java +++ b/src/java/org/apache/poi/poifs/crypt/ChunkedCipherOutputStream.java @@ -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