This is an automated email from the ASF dual-hosted git repository. markt 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 dda82a1 Fix typo. Thanks to Rob Sargent. dda82a1 is described below commit dda82a1a09c9baed391343ba745a521287843499 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 489cc1a..c8423cb 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