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 11bfc9920 Remove dead comment
11bfc9920 is described below
commit 11bfc9920e04b87705c5d4c7ce146cbbcdaa9bfd
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 13 14:36:21 2024 -0500
Remove dead comment
---
src/main/java/org/apache/commons/compress/utils/IOUtils.java | 6 ------
1 file changed, 6 deletions(-)
diff --git a/src/main/java/org/apache/commons/compress/utils/IOUtils.java
b/src/main/java/org/apache/commons/compress/utils/IOUtils.java
index d39c7adea..6cc46bd5c 100644
--- a/src/main/java/org/apache/commons/compress/utils/IOUtils.java
+++ b/src/main/java/org/apache/commons/compress/utils/IOUtils.java
@@ -183,12 +183,6 @@ public final class IOUtils {
return readFully(input, array, 0, array.length);
}
- // toByteArray(InputStream) copied from:
- //
commons/proper/io/trunk/src/main/java/org/apache/commons/io/IOUtils.java?revision=1428941
- // January 8th, 2013
- //
- // Assuming our copy() works just as well as theirs! :-)
-
/**
* Reads as much from input as possible to fill the given array with the
given amount of bytes.
*