This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 5e70d41 Fix typo. Thanks to Rob Sargent. 5e70d41 is described below commit 5e70d41108977938ae58eceef84899322a21d9ef Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Mar 16 08:14:42 2021 +0000 Fix typo. Thanks to Rob Sargent. --- webapps/docs/logging.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml index 33ea117..a454aa2 100644 --- a/webapps/docs/logging.xml +++ b/webapps/docs/logging.xml @@ -73,10 +73,10 @@ <p> The logging frameworks used by different web applications are independent. See <a href="class-loader-howto.html">class loading</a> for more details. - The exception to this rule is <code>java.util.logging</code>. If it used - directly or indirectly by your logging library then elements of it will be - shared across web applications because it is loaded by the system class - loader. + The exception to this rule is <code>java.util.logging</code>. If it is + used directly or indirectly by your logging library then elements of it + will be shared across web applications because it is loaded by the system + class loader. </p> <subsection name="Java logging API — java.util.logging"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org