From: markt Date: Mon, 6 Dec 2010 00:15:45 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5e294f3529481ddcfd94f9b8e4ed49fafff66673;p=tomcat7.0 Fix typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1042494 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/listeners.xml b/webapps/docs/config/listeners.xml index 8a1af6379..009786a45 100644 --- a/webapps/docs/config/listeners.xml +++ b/webapps/docs/config/listeners.xml @@ -277,7 +277,7 @@ service:jmx:rmi://<hostname>:10002/jndi/rmi://<hostname>:10001/jmxrm class will trigger the initializer that will retain a static reference to the context class loader. The protection loads the class with the system class loader to ensure that the static initializer is not - triggered by web application. Defaults to true.

+ triggered by a web application. Defaults to true.