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 ef0578152 Javadoc
ef0578152 is described below
commit ef057815294f5137dbe3e08c25a54f2c0cf9a665
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Aug 3 16:10:53 2025 -0400
Javadoc
---
.../commons/compress/archivers/tar/TarArchiveInputStreamTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 268788297..9ae0ffa02 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
@@ -317,7 +317,7 @@ void testParseTarWithSpecialPaxHeaders() throws IOException
{
}
/**
- * Depending on your setup, this test may need a small stack size {@code
--Xss1m}.
+ * Depending on your setup, this test may need a small stack size {@code
-Xss1m}.
*/
@Test
void testPaxHeaders() throws IOException {