Author: markt
Date: Tue Aug 28 10:27:33 2012
New Revision: 1378066

URL: http://svn.apache.org/viewvc?rev=1378066&view=rev
Log:
Alphabetical order

Modified:
    tomcat/trunk/webapps/docs/config/listeners.xml

Modified: tomcat/trunk/webapps/docs/config/listeners.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1378066&r1=1378065&r2=1378066&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/trunk/webapps/docs/config/listeners.xml Tue Aug 28 10:27:33 2012
@@ -208,6 +208,13 @@
         default is <code>true</code>.</p>
       </attribute>
 
+      <attribute name="gcDaemonPeriod" required="false">
+        <p>Allows a user to configure the period of time the JVM will attempt 
to
+        schedule an object-inspection. This value is used as a parameter when
+        calling the method <code>sun.misc.GC.requestLatency</code>
+        Defaults to <code>Long.MAX_VALUE - 1</code>.</p>
+      </attribute>
+
       <attribute name="gcDaemonProtection" required="false">
         <p>Enables protection so that calls to
         <code>sun.misc.GC.requestLatency(long)</code> triggered by a web
@@ -286,13 +293,6 @@
         hard to diagnose. Defaults to <code>true</code>.</p>
       </attribute>
 
-      <attribute name="gcDaemonPeriod" required="false">
-        <p>Allows a user to configure the period of time the JVM will attempt 
to
-        schedule an object-inspection. This value is used as a parameter when
-        calling the method <code>sun.misc.GC.requestLatency</code>
-        Defaults to <code>Long.MAX_VALUE - 1</code>.</p>
-      </attribute>
-
     </attributes>
 
   </subsection>



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

Reply via email to