Repository: commons-compress
Updated Branches:
  refs/heads/master 0daa0c9b6 -> eee4d197d


fix whitespace


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/a5103a8d
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/a5103a8d
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/a5103a8d

Branch: refs/heads/master
Commit: a5103a8da17b80fac1e0c671ea143d4a5a6e8962
Parents: 0daa0c9
Author: Stefan Bodewig <bode...@apache.org>
Authored: Sun Apr 29 11:25:28 2018 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Sun Apr 29 11:25:28 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/a5103a8d/src/main/java/org/apache/commons/compress/utils/InputStreamStatistics.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/compress/utils/InputStreamStatistics.java 
b/src/main/java/org/apache/commons/compress/utils/InputStreamStatistics.java
index b53e6f5..569ab36 100644
--- a/src/main/java/org/apache/commons/compress/utils/InputStreamStatistics.java
+++ b/src/main/java/org/apache/commons/compress/utils/InputStreamStatistics.java
@@ -32,7 +32,7 @@ public interface InputStreamStatistics {
     long getCompressedCount();
 
     /**
-    * @return the amount of decompressed bytes returned by the stream
+     * @return the amount of decompressed bytes returned by the stream
      */
     long getUncompressedCount();
 }

Reply via email to