Author: kkolinko
Date: Fri Dec 13 06:59:03 2013
New Revision: 1550658

URL: http://svn.apache.org/r1550658
Log:
Review of r1550397
(Note: A commit e-mail for r1550397 has not reached the dev@ list)
Fix duplicate description.
Remove duplicate property.

Modified:
    tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml

Modified: 
tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml?rev=1550658&r1=1550657&r2=1550658&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml 
(original)
+++ tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml 
Fri Dec 13 06:59:03 2013
@@ -68,7 +68,7 @@
             writeable="true"/>
 
     <attribute   name="maxObjectSize"
-          description="The maximum permitted size of the cache in kB"
+          description="The maximum permitted size for a single object in the 
cache in kB"
                  type="int"
             writeable="true"/>
 
@@ -77,11 +77,6 @@
                  type="long"
             writeable="true"/>
 
-    <attribute   name="ttl"
-          description="The time-to-live for cache entries in milliseconds"
-                 type="long"
-            writeable="true"/>
-
     <attribute   name="lookupCount"
           description="The number of requests for resources"
                  type="long"



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

Reply via email to