]> source.dussan.org Git - poi.git/commitdiff
Javadoc fixes
authorNick Burch <nick@apache.org>
Fri, 30 Sep 2016 10:22:27 +0000 (10:22 +0000)
committerNick Burch <nick@apache.org>
Fri, 30 Sep 2016 10:22:27 +0000 (10:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1762875 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/poifs/crypt/ChunkedCipherInputStream.java
src/java/org/apache/poi/poifs/crypt/ChunkedCipherOutputStream.java

index e59ceb369c7a754165a1df2899c79a332bce670f..8999b6e0dd80438f0a00c1891dfe75835f93990e 100644 (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\r
      * and uses it's own implementation\r
      *\r
-     * @return\r
      * @throws BadPaddingException\r
      * @throws IllegalBlockSizeException\r
      * @throws ShortBufferException\r
index b734dc3fb457925bfbe8ac8f7fd7cf54b03e4621..836aae2bbc3a4572eac41f628728e4d86fd435e5 100644 (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\r
      * and uses it's own implementation\r
      *\r
-     * @return\r
      * @throws BadPaddingException \r
      * @throws IllegalBlockSizeException \r
      * @throws ShortBufferException \r