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

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


The following commit(s) were added to refs/heads/7.0.x by this push:
     new c13bb79  Fix typo. Thanks to Rob Sargent.
c13bb79 is described below

commit c13bb793246793f5a779afeffdbc9c50559fe223
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 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml
index cf3396b..3ba9691 100644
--- a/webapps/docs/logging.xml
+++ b/webapps/docs/logging.xml
@@ -77,12 +77,12 @@
     </ul>
 
     <p>
-      The logging frameworks used by different web applications run 
independently
-      of each other. 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. That is because it is 
loaded
-      by the system and is shared across web applications.
+      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 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 &#8212; java.util.logging">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to