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 e7a47aef5 Spelling e7a47aef5 is described below commit e7a47aef5fb44f9ffe247b68a6f3c2f5343c7100 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Nov 20 19:21:23 2023 -0500 Spelling --- .../java/org/apache/commons/compress/archivers/zip/ZipFile.java | 6 +++--- .../java/org/apache/commons/compress/harmony/pack200/Segment.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java b/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java index 351cdc96f..4d91b2fe7 100644 --- a/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java +++ b/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java @@ -485,7 +485,7 @@ public class ZipFile implements Closeable { * @param f the archive. * @param encoding the encoding to use for file names, use null for the platform's default encoding * @param useUnicodeExtraFields whether to use InfoZIP Unicode Extra Fields (if present) to set the file names. - * @param ignoreLocalFileHeader whether to ignore information stored inside the local file header (see the notes in this method's javadoc) + * @param ignoreLocalFileHeader whether to ignore information stored inside the local file header (see the notes in this method's Javadoc) * * @throws IOException if an error occurs while reading the file. * @since 1.19 @@ -544,7 +544,7 @@ public class ZipFile implements Closeable { * @param path path to the archive. * @param encoding the encoding to use for file names, use null for the platform's default encoding * @param useUnicodeExtraFields whether to use InfoZIP Unicode Extra Fields (if present) to set the file names. - * @param ignoreLocalFileHeader whether to ignore information stored inside the local file header (see the notes in this method's javadoc) + * @param ignoreLocalFileHeader whether to ignore information stored inside the local file header (see the notes in this method's Javadoc) * @throws IOException if an error occurs while reading the file. * @since 1.22 */ @@ -624,7 +624,7 @@ public class ZipFile implements Closeable { * @param archiveName name of the archive, used for error messages only. * @param encoding the encoding to use for file names, use null for the platform's default encoding * @param useUnicodeExtraFields whether to use InfoZIP Unicode Extra Fields (if present) to set the file names. - * @param ignoreLocalFileHeader whether to ignore information stored inside the local file header (see the notes in this method's javadoc) + * @param ignoreLocalFileHeader whether to ignore information stored inside the local file header (see the notes in this method's Javadoc) * * @throws IOException if an error occurs while reading the file. * @since 1.19 diff --git a/src/main/java/org/apache/commons/compress/harmony/pack200/Segment.java b/src/main/java/org/apache/commons/compress/harmony/pack200/Segment.java index 07c1f439d..cac380bd1 100644 --- a/src/main/java/org/apache/commons/compress/harmony/pack200/Segment.java +++ b/src/main/java/org/apache/commons/compress/harmony/pack200/Segment.java @@ -449,7 +449,7 @@ public class Segment extends ClassVisitor { } - /** See https://asm.ow2.io/javadoc/org/objectweb/asm/Opcodes.html#ASM4 */ + /** See https://asm.ow2.io/Javadoc/org/objectweb/asm/Opcodes.html#ASM4 */ public static int ASM_API = Opcodes.ASM4; private SegmentHeader segmentHeader; private CpBands cpBands;