This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 88afc14  Javadoc fix
88afc14 is described below

commit 88afc14d208bd37bc2304d382fdebb88e195cfe1
Author: remm <r...@apache.org>
AuthorDate: Wed Sep 23 12:04:35 2020 +0200

    Javadoc fix
---
 java/org/apache/catalina/webresources/JarContents.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/webresources/JarContents.java 
b/java/org/apache/catalina/webresources/JarContents.java
index 1642d4c..c7da5e2 100644
--- a/java/org/apache/catalina/webresources/JarContents.java
+++ b/java/org/apache/catalina/webresources/JarContents.java
@@ -51,7 +51,7 @@ public final class JarContents {
     /**
      * Parses the passed-in jar and populates the bit array.
      *
-     * @param jar
+     * @param jar the JAR file
      */
     public JarContents(JarFile jar) {
         Enumeration<JarEntry> entries = jar.entries();


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to