Fix copy and paste descriptions
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@832218
13f79535-47bb-0310-9956-
ffa450edef68
</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"
</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"