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 558f5a39 Javadoc 558f5a39 is described below commit 558f5a399440cd731fa45d827050049ad9b6f852 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 5 10:24:20 2023 -0500 Javadoc --- .../compress/compressors/brotli/BrotliCompressorInputStreamTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 0e7a6bc9..0371fe0e 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 @@ -98,8 +98,8 @@ public class BrotliCompressorInputStreamTest extends AbstractTestCase { } /** - * Test bridge works fine - * @throws {@link IOException} + * Test bridge works fine. + * @throws IOException */ @Test public void testBrotliDecode() throws IOException {