Repository: commons-compress Updated Branches: refs/heads/master a4b0ee96f -> 3240f2526
remove @return after changing method to void Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/3240f252 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/3240f252 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/3240f252 Branch: refs/heads/master Commit: 3240f2526fa6b16f73fd445286641af7e16f2925 Parents: a4b0ee9 Author: Stefan Bodewig <[email protected]> Authored: Wed May 10 12:46:56 2017 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Wed May 10 12:46:56 2017 +0200 ---------------------------------------------------------------------- .../org/apache/commons/compress/archivers/dump/TapeInputStream.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/3240f252/src/main/java/org/apache/commons/compress/archivers/dump/TapeInputStream.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/compress/archivers/dump/TapeInputStream.java b/src/main/java/org/apache/commons/compress/archivers/dump/TapeInputStream.java index 67b383f..64579b6 100644 --- a/src/main/java/org/apache/commons/compress/archivers/dump/TapeInputStream.java +++ b/src/main/java/org/apache/commons/compress/archivers/dump/TapeInputStream.java @@ -263,7 +263,6 @@ class TapeInputStream extends FilterInputStream { * * @param decompress if false the buffer will not be decompressed. * This is an optimization for longer seeks. - * @return false if End-Of-File, else true */ private void readBlock(final boolean decompress) throws IOException { if (in == null) {
