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


The following commit(s) were added to refs/heads/master by this push:
     new 1c390b6eb Javadoc
1c390b6eb is described below

commit 1c390b6ebb3de8c947a5feba191f7ba3e7d197e9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Feb 27 12:58:26 2024 -0500

    Javadoc
---
 src/main/java/org/apache/commons/compress/utils/BoundedInputStream.java | 2 ++
 1 file changed, 2 insertions(+)

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 b4622c8b3..5d8e7f1ba 100644
--- a/src/main/java/org/apache/commons/compress/utils/BoundedInputStream.java
+++ b/src/main/java/org/apache/commons/compress/utils/BoundedInputStream.java
@@ -42,6 +42,8 @@ public class BoundedInputStream extends 
org.apache.commons.io.input.BoundedInput
     /**
      * Gets how many bytes remain to read.
      *
+     * TODO Use Apache Commons IO 2.16.0 
org.apache.commons.io.input.BoundedInputStream.getRemaining() when released.
+     *
      * @return bytes how many bytes remain to read.
      * @since 1.21
      */

Reply via email to