This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
commit 5592152134d71163054f76fcc6dee95fdbde30f0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 21 21:49:32 2023 -0500 Javadoc --- .../java/org/apache/commons/compress/utils/BoundedInputStream.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/compress/utils/BoundedInputStream.java b/src/main/java/org/apache/commons/compress/utils/BoundedInputStream.java index 0f1f30f2d..620e227fd 100644 --- a/src/main/java/org/apache/commons/compress/utils/BoundedInputStream.java +++ b/src/main/java/org/apache/commons/compress/utils/BoundedInputStream.java @@ -47,7 +47,9 @@ public class BoundedInputStream extends FilterInputStream { } /** - * @return bytes remaining to read + * Gets how many bytes remain to read. + * + * @return bytes how many bytes remain to read. * @since 1.21 */ public long getBytesRemaining() {