You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/04 21:54:47 UTC

[commons-compress] branch master updated: Javadoc

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

commit 4aed70ce1ece77fe22aa1811db0208d224c3c3bf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 4 17:54:43 2022 -0400

    Javadoc
    
    Format tweak
---
 .../apache/commons/compress/archivers/dump/DumpArchiveSummary.java    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveSummary.java b/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveSummary.java
index c6cdfbf9..53949e2b 100644
--- a/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveSummary.java
+++ b/src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveSummary.java
@@ -28,10 +28,12 @@ import org.apache.commons.compress.archivers.zip.ZipEncoding;
  * This class represents identifying information about a Dump archive volume.
  * It consists the archive's dump date, label, hostname, device name and possibly
  * last mount point plus the volume's volume id andfirst record number.
- *
+ * <p>
  * For the corresponding C structure see the header of {@link DumpArchiveEntry}.
+ * </p>
  */
 public class DumpArchiveSummary {
+
     private long dumpDate;
     private long previousDumpDate;
     private int volume;