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 3c4971b  Javadoc fix
3c4971b is described below

commit 3c4971ba8919e6dedac0654dd330d4b77664eda2
Author: remm <r...@apache.org>
AuthorDate: Fri Sep 18 11:52:09 2020 +0200

    Javadoc fix
---
 java/org/apache/catalina/startup/ContextConfig.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/java/org/apache/catalina/startup/ContextConfig.java 
b/java/org/apache/catalina/startup/ContextConfig.java
index 3dc1638..f80bd1e 100644
--- a/java/org/apache/catalina/startup/ContextConfig.java
+++ b/java/org/apache/catalina/startup/ContextConfig.java
@@ -2205,6 +2205,7 @@ public class ContextConfig implements LifecycleListener {
      *
      * @param fragments        Set of parallelizable scans
      * @param handlesTypesOnly Important parameter for the underlying scan
+     * @param javaClassCache The class cache
      */
     protected void processAnnotationsInParallel(Set<WebXml> fragments, boolean 
handlesTypesOnly,
                                                 Map<String, 
JavaClassCacheEntry> javaClassCache) {


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

Reply via email to