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 b2fc0cd5a Javadoc
b2fc0cd5a is described below

commit b2fc0cd5ac768f33668634120429362604126167
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 14 16:24:47 2024 -0500

    Javadoc
---
 .../apache/commons/compress/archivers/tar/TarArchiveStructSparse.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveStructSparse.java
 
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveStructSparse.java
index 76268ebff..39cf9ea5f 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveStructSparse.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveStructSparse.java
@@ -24,7 +24,7 @@ import java.util.Objects;
  * This class represents struct sparse in a Tar archive.
  * <p>
  * Whereas, "struct sparse" is:
- *
+ * </p>
  * <pre>
  * struct sparse {
  * char offset[12];   // offset 0

Reply via email to