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 c2301b73f Remove old comment
new b37c85c2e Merge branch 'master' of
https://github.com/apache/commons-compress.git
c2301b73f is described below
commit c2301b73ff86141d1e9e5872cdd733619c024078
Author: Gary D. Gregory <[email protected]>
AuthorDate: Mon Sep 22 17:26:31 2025 -0400
Remove old comment
---
.../org/apache/commons/compress/utils/SeekableInMemoryByteChannel.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/compress/utils/SeekableInMemoryByteChannel.java
b/src/main/java/org/apache/commons/compress/utils/SeekableInMemoryByteChannel.java
index 9c642b1a9..7c6a8e542 100644
---
a/src/main/java/org/apache/commons/compress/utils/SeekableInMemoryByteChannel.java
+++
b/src/main/java/org/apache/commons/compress/utils/SeekableInMemoryByteChannel.java
@@ -54,7 +54,6 @@ public class SeekableInMemoryByteChannel implements
SeekableByteChannel {
* Constructs a new instance using a default empty buffer.
*/
public SeekableInMemoryByteChannel() {
- //this(ArrayUtils.EMPTY_BYTE_ARRAY);
this(IOUtils.DEFAULT_BUFFER_SIZE);
}