You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/01/25 16:55:33 UTC

[commons-compress] 03/06: Javadoc.

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 75775f9eaf50838779571a0494b68e8d0d417689
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 25 11:27:57 2020 -0500

    Javadoc.
---
 .../java/org/apache/commons/compress/utils/CountingInputStream.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/compress/utils/CountingInputStream.java b/src/main/java/org/apache/commons/compress/utils/CountingInputStream.java
index 4f59a9e..cd6478c 100644
--- a/src/main/java/org/apache/commons/compress/utils/CountingInputStream.java
+++ b/src/main/java/org/apache/commons/compress/utils/CountingInputStream.java
@@ -23,7 +23,7 @@ import java.io.IOException;
 import java.io.InputStream;
 
 /**
- * Stream that tracks the number of bytes read.
+ * Input stream that tracks the number of bytes read.
  * @since 1.3
  * @NotThreadSafe
  */