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 fdaebcbfa Javadoc
fdaebcbfa is described below
commit fdaebcbfae3f576298565c0d868a52d2045c5b46
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Feb 28 16:28:49 2024 -0500
Javadoc
---
.../java/org/apache/commons/compress/archivers/tar/TarConstants.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/src/main/java/org/apache/commons/compress/archivers/tar/TarConstants.java
b/src/main/java/org/apache/commons/compress/archivers/tar/TarConstants.java
index f03640891..07a91274a 100644
--- a/src/main/java/org/apache/commons/compress/archivers/tar/TarConstants.java
+++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarConstants.java
@@ -315,6 +315,9 @@ public interface TarConstants {
/**
* The magic tag representing a POSIX tar archive.
+ * <p>
+ * "ustar" and a null.
+ * </p>
*/
String MAGIC_POSIX = "ustar\0";
String VERSION_POSIX = "00";