Author: markt
Date: Tue Nov  3 00:20:18 2009
New Revision: 832218

URL: http://svn.apache.org/viewvc?rev=832218&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47918
Fix copy and paste descriptions

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

Modified: tomcat/trunk/java/org/apache/catalina/startup/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/mbeans-descriptors.xml?rev=832218&r1=832217&r2=832218&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/startup/mbeans-descriptors.xml 
(original)
+++ tomcat/trunk/java/org/apache/catalina/startup/mbeans-descriptors.xml Tue 
Nov  3 00:20:18 2009
@@ -78,7 +78,7 @@
     </operation>
 
     <operation name="addServiced"
-               description="Add a web application name to the serviced list"
+               description="Add a web application to the serviced list to show 
it gets serviced by another component"
                impact="ACTION"
                returnType="void">
       <parameter name="name"
@@ -87,7 +87,7 @@
     </operation>
 
     <operation name="isServiced"
-               description="Add a web application name to the serviced list"
+               description="Is a web application serviced by another component"
                impact="ACTION"
                returnType="boolean">
       <parameter name="name"
@@ -114,7 +114,7 @@
     </operation>
 
     <operation name="removeServiced"
-               description="Add a web application name to the serviced list"
+               description="Remove a web application from the serviced list to 
show it isn't serviced by another component"
                impact="ACTION"
                returnType="void">
       <parameter name="name"



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to