This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new f7b88b7344 Checkstyle f7b88b7344 is described below commit f7b88b7344ac32c3677c33426636c02baa54cadb Author: remm <r...@apache.org> AuthorDate: Tue Sep 10 15:02:40 2024 +0200 Checkstyle --- webapps/docs/architecture/startup/4_catalina_start_2.plantuml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/architecture/startup/4_catalina_start_2.plantuml b/webapps/docs/architecture/startup/4_catalina_start_2.plantuml index 9c02c4de6e..2a0577f6f1 100644 --- a/webapps/docs/architecture/startup/4_catalina_start_2.plantuml +++ b/webapps/docs/architecture/startup/4_catalina_start_2.plantuml @@ -82,7 +82,7 @@ return Container -> Container: fireLifecycleEvent(\n START_EVENT) -group If backgroundProcessorDelay > 0 (Engine defaults to 10, other Containers -1) +group If backgroundProcessorDelay > 0 (Engine defaults to 10, other Containers -1) Container -> UtilityExecutor ++: scheduleWithFixedDelay() UtilityExecutor --> ContainerBackgroundProcessor ** note right of ContainerBackgroundProcessor --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org