Author: markt Date: Thu Nov 3 20:36:48 2011 New Revision: 1197299 URL: http://svn.apache.org/viewvc?rev=1197299&view=rev Log: Correct descriptions
Modified: tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Modified: tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml?rev=1197299&r1=1197298&r2=1197299&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Thu Nov 3 20:36:48 2011 @@ -313,7 +313,7 @@ type="org.apache.catalina.valves.RemoteAddrValve"> <attribute name="allow" - description="The comma-delimited set of allow expressions" + description="The allow expression" type="java.lang.String"/> <attribute name="asyncSupported" @@ -327,7 +327,7 @@ writeable="false"/> <attribute name="deny" - description="The comma-delimited set of deny expressions" + description="The deny expression" type="java.lang.String"/> <attribute name="stateName" @@ -344,7 +344,7 @@ type="org.apache.catalina.valves.RemoteHostValve"> <attribute name="allow" - description="The comma-delimited set of allow expressions" + description="The allow expression" type="java.lang.String"/> <attribute name="asyncSupported" @@ -358,7 +358,7 @@ writeable="false"/> <attribute name="deny" - description="The comma-delimited set of deny expressions" + description="The deny expression" type="java.lang.String"/> <attribute name="stateName" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org