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 2f150fc00 Javadoc
2f150fc00 is described below
commit 2f150fc004b6af2ed0b695abfef62dcfcc56a16c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 14 15:54:09 2024 -0500
Javadoc
---
.../compress/compressors/brotli/BrotliCompressorInputStreamTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/compress/compressors/brotli/BrotliCompressorInputStreamTest.java
b/src/test/java/org/apache/commons/compress/compressors/brotli/BrotliCompressorInputStreamTest.java
index 48a34246a..1582dcfe6 100644
---
a/src/test/java/org/apache/commons/compress/compressors/brotli/BrotliCompressorInputStreamTest.java
+++
b/src/test/java/org/apache/commons/compress/compressors/brotli/BrotliCompressorInputStreamTest.java
@@ -44,7 +44,7 @@ public class BrotliCompressorInputStreamTest extends
AbstractTest {
}
/**
- * Test bridge works fine.
+ * Tests bridge.
*
* @throws IOException
*/