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 2023/01/28 14:15:11 UTC

[commons-bcel] branch master updated: "ZIP" is in uppercase

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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new cd44fcc0 "ZIP" is in uppercase
cd44fcc0 is described below

commit cd44fcc0014e429a5f8ece8d254938f3514731bb
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Sat Jan 28 09:15:07 2023 -0500

    "ZIP" is in uppercase
---
 src/main/java/org/apache/bcel/classfile/ClassParser.java | 2 +-
 src/main/java/org/apache/bcel/util/ClassPath.java        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/bcel/classfile/ClassParser.java b/src/main/java/org/apache/bcel/classfile/ClassParser.java
index 6de11dd4..8e26d3f4 100644
--- a/src/main/java/org/apache/bcel/classfile/ClassParser.java
+++ b/src/main/java/org/apache/bcel/classfile/ClassParser.java
@@ -86,7 +86,7 @@ public final class ClassParser {
     /**
      * Parses class from given .class file in a ZIP-archive
      *
-     * @param zipFile zip file name
+     * @param zipFile ZIP file name
      * @param fileName file name
      */
     public ClassParser(final String zipFile, final String fileName) {
diff --git a/src/main/java/org/apache/bcel/util/ClassPath.java b/src/main/java/org/apache/bcel/util/ClassPath.java
index 6fe0df83..d0061ad3 100644
--- a/src/main/java/org/apache/bcel/util/ClassPath.java
+++ b/src/main/java/org/apache/bcel/util/ClassPath.java
@@ -146,7 +146,7 @@ public class ClassPath implements Closeable {
 
         /**
          * @return base path of found class, i.e. class is contained relative to that path, which may either denote a directory,
-         *         or zip file
+         *         or ZIP file
          */
         String getBase();