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 8c93f28795591d8e33351e9c918ba24c4a0c4d87 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Oct 19 08:48:54 2023 -0400 Javadoc --- .../org/apache/commons/compress/archivers/dump/DumpArchiveSummary.java | 2 +- 1 file changed, 1 insertion(+), 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 519104a2..2053e7b2 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 @@ -27,7 +27,7 @@ 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. + * last mount point plus the volume's volume id and first record number. * <p> * For the corresponding C structure see the header of {@link DumpArchiveEntry}. * </p>