This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 3607b4d Javadoc fix 3607b4d is described below commit 3607b4daae3b81ed372b73494701f5c334d257b9 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 a3cfcb8..e0c1edd 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