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 3edfad033 Javadoc
3edfad033 is described below
commit 3edfad0335ded0c47cbf835c32555e4a4cc518d4
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 12 16:36:56 2025 -0500
Javadoc
---
.../apache/commons/compress/utils/SeekableInMemoryByteChannelTest.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/src/test/java/org/apache/commons/compress/utils/SeekableInMemoryByteChannelTest.java
b/src/test/java/org/apache/commons/compress/utils/SeekableInMemoryByteChannelTest.java
index d5f4d2762..b30aa7f48 100644
---
a/src/test/java/org/apache/commons/compress/utils/SeekableInMemoryByteChannelTest.java
+++
b/src/test/java/org/apache/commons/compress/utils/SeekableInMemoryByteChannelTest.java
@@ -35,6 +35,9 @@
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
+/**
+ * Tests {@link SeekableInMemoryByteChannel}.
+ */
class SeekableInMemoryByteChannelTest {
private final byte[] testData = "Some
data".getBytes(StandardCharsets.UTF_8);