According to Konstantin's review comments:
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 24 May 2010 12:08:24 +0000 (12:08 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 24 May 2010 12:08:24 +0000 (12:08 +0000)
- eliminate line breaks in descriptions
- change capitalization of attribute from "uRLs" to
  "URLs".

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@947617 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/loader/mbeans-descriptors.xml

index 834f6a9..bd78294 100644 (file)
@@ -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"
 
 
   <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">
             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"
           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;"/>