From bc0dcddec5bccc78640db9bf8f77004cd1b98588 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Fri, 30 Sep 2016 10:22:27 +0000 Subject: [PATCH] Javadoc fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1762875 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/poi/poifs/crypt/ChunkedCipherInputStream.java | 1 - .../org/apache/poi/poifs/crypt/ChunkedCipherOutputStream.java | 1 - 2 files changed, 2 deletions(-) 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 -- 2.39.5