Author: pero Date: Mon Aug 20 14:08:41 2007 New Revision: 567828 URL: http://svn.apache.org/viewvc?rev=567828&view=rev Log: Fix some bad typos, many thanks to Takayuki Kaneko find.
Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml?rev=567828&r1=567827&r2=567828&view=diff ============================================================================== --- tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml (original) +++ tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml Mon Aug 20 14:08:41 2007 @@ -170,8 +170,8 @@ description="received processing time (msec)" type="long" writeable="false"/> - <attribute name="minReceivedProcessingTime (msec)" - description="minimal received processing time" + <attribute name="minReceivedProcessingTime" + description="minimal received processing time (msec)" type="long" writeable="false"/> <attribute name="avgReceivedProcessingTime" @@ -394,8 +394,8 @@ description="processing time / nrOfRequests (msec)" type="double" writeable="false"/> - <attribute name="maxProcessingTime (msec)" - description="maximal sending processing time" + <attribute name="maxProcessingTime" + description="maximal sending processing time (msec)" type="long" writeable="false"/> <attribute name="doTransmitterProcessingStats" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]