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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new e28584c1 Add TODO
e28584c1 is described below

commit e28584c12e27715fff093c643eb8b6cfd11e4292
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 26 15:49:08 2023 -0500

    Add TODO
---
 src/main/java/org/apache/commons/io/input/BoundedInputStream.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/commons/io/input/BoundedInputStream.java 
b/src/main/java/org/apache/commons/io/input/BoundedInputStream.java
index 6ddcf42d..75454669 100644
--- a/src/main/java/org/apache/commons/io/input/BoundedInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/BoundedInputStream.java
@@ -36,6 +36,8 @@ import org.apache.commons.io.build.AbstractStreamBuilder;
  * @since 2.0
  */
 public class BoundedInputStream extends FilterInputStream {
+    
+    // TODO For 3.0, extend CountintInputStream.
 
     /**
      * Builds a new {@link BoundedInputStream} instance.

Reply via email to