Author: rjung
Date: Mon May 24 12:08:24 2010
New Revision: 947617

URL: http://svn.apache.org/viewvc?rev=947617&view=rev
Log:
According to Konstantin's review comments:
- eliminate line breaks in descriptions
- change capitalization of attribute from "uRLs" to
  "URLs".

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

Modified: tomcat/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml?rev=947617&r1=947616&r2=947617&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml 
(original)
+++ tomcat/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml Mon May 
24 12:08:24 2010
@@ -18,8 +18,7 @@
 <mbeans-descriptors>
 
   <mbean         name="WebappLoader"
-          description="Classloader implementation which is specialized for
-                       handling web applications"
+          description="Classloader implementation which is specialized for 
handling web applications"
                domain="Catalina"
                 group="Loader"
                  type="org.apache.catalina.loader.WebappLoader">
@@ -30,8 +29,7 @@
             writeable="false"/>
 
     <attribute   name="delegate"
-          description="The 'follow standard delegation model' flag that will be
-                       used to configure our ClassLoader"
+          description="The 'follow standard delegation model' flag that will 
be used to configure our ClassLoader"
                  type="boolean"/>
 
     <attribute   name="reloadable"
@@ -81,8 +79,7 @@
             writeable="false"/>
 
     <attribute   name="delegate"
-          description="The 'follow standard delegation model' flag that will be
-                       used to configure our ClassLoader"
+          description="The 'follow standard delegation model' flag that will 
be used to configure our ClassLoader"
                  type="boolean"/>
 
     <attribute   name="reloadable"
@@ -121,8 +118,7 @@
 
 
   <mbean         name="WebappClassLoader"
-          description="Classloader implementation which is specialized for
-                       handling web applications"
+          description="Classloader implementation which is specialized for 
handling web applications"
                domain="Catalina"
                 group="Loader"
                  type="org.apache.catalina.loader.WebappClassLoader">
@@ -138,8 +134,7 @@
             writeable="false"/>
 
     <attribute   name="delegate"
-          description="The 'follow standard delegation model' flag that will be
-                       used to configure our ClassLoader"
+          description="The 'follow standard delegation model' flag that will 
be used to configure our ClassLoader"
                  type="boolean"/>
 
     <attribute   name="antiJARLocking"
@@ -150,7 +145,7 @@
           description="The searchExternalFirst flag for this Loader"
                  type="boolean"/>
 
-    <attribute   name="uRLs"
+    <attribute   name="URLs"
           description="The URLs of this loader"
                  type="[Ljava.net.URL;"/>
 



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

Reply via email to