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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 3b1ab99894 Add group boxes to show where more detail can be found
3b1ab99894 is described below

commit 3b1ab99894e9a1a6db257a4b43e2f37e66a5afa7
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Sep 9 16:38:00 2024 +0100

    Add group boxes to show where more detail can be found
---
 .../docs/architecture/startup/1_overview.plantuml   |   4 ++++
 webapps/docs/architecture/startup/1_overview.png    | Bin 48278 -> 54000 bytes
 2 files changed, 4 insertions(+)

diff --git a/webapps/docs/architecture/startup/1_overview.plantuml 
b/webapps/docs/architecture/startup/1_overview.plantuml
index 749d2d4a3c..967c44d231 100644
--- a/webapps/docs/architecture/startup/1_overview.plantuml
+++ b/webapps/docs/architecture/startup/1_overview.plantuml
@@ -55,16 +55,20 @@ return
 |||
 Catalina -> Catalina: initStream()
 
+group More detail in diagram 2
 Catalina -> Server ++: init()
 |||
 return
+end
 
 return
 
 |||
+group More detail in diagram 3
 Catalina -> Server ++: start()
 |||
 return
+end
 
 |||
 Catalina -> Catalina ++: await()
diff --git a/webapps/docs/architecture/startup/1_overview.png 
b/webapps/docs/architecture/startup/1_overview.png
index f014d7d9b8..2bf8b64857 100644
Binary files a/webapps/docs/architecture/startup/1_overview.png and 
b/webapps/docs/architecture/startup/1_overview.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to