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
commit 6c30257724369621169528b0a08fb365538805eb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Mar 13 08:33:26 2023 -0400 Fix Javadoc --- .../commons/compress/archivers/tar/TarArchiveInputStreamTest.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStreamTest.java b/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStreamTest.java index c72074ca..b912500e 100644 --- a/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStreamTest.java +++ b/src/test/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStreamTest.java @@ -162,7 +162,7 @@ public class TarArchiveInputStreamTest extends AbstractTestCase { } /** - * @link "https://issues.apache.org/jira/browse/COMPRESS-324" + * @see <a href="https://issues.apache.org/jira/browse/COMPRESS-324">COMPRESS-324</a> */ @Test public void shouldReadGNULongNameEntryWithWrongName() throws Exception { @@ -229,7 +229,7 @@ public class TarArchiveInputStreamTest extends AbstractTestCase { } /** - * @link "https://issues.apache.org/jira/browse/COMPRESS-417" + * @see <a href="https://issues.apache.org/jira/browse/COMPRESS-417">COMPRESS-417</a> */ @Test public void skipsDevNumbersWhenEntryIsNoDevice() throws Exception { @@ -243,7 +243,7 @@ public class TarArchiveInputStreamTest extends AbstractTestCase { } /** - * @link "https://issues.apache.org/jira/browse/COMPRESS-355" + * @see <a href="https://issues.apache.org/jira/browse/COMPRESS-355">COMPRESS-355</a> */ @Test public void survivesBlankLinesInPaxHeader() throws Exception { @@ -256,7 +256,7 @@ public class TarArchiveInputStreamTest extends AbstractTestCase { } /** - * @link "https://issues.apache.org/jira/browse/COMPRESS-356" + * @see <a href="https://issues.apache.org/jira/browse/COMPRESS-356">COMPRESS-356</a> */ @Test public void survivesPaxHeaderWithNameEndingInSlash() throws Exception {