Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47918
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 3 Nov 2009 00:20:18 +0000 (00:20 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 3 Nov 2009 00:20:18 +0000 (00:20 +0000)
Fix copy and paste descriptions

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

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

index 9a8ec45..5a2b3f7 100644 (file)
@@ -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"
     </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"