This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 4e78b4d  MBean needed fixes too.
4e78b4d is described below

commit 4e78b4d176f27e86adb646de8c328b317f8cd6ff
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Sep 16 19:19:54 2020 +0100

    MBean needed fixes too.
---
 java/org/apache/catalina/ha/session/mbeans-descriptors.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/ha/session/mbeans-descriptors.xml 
b/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
index a7427c9..c3df0ed 100644
--- a/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
+++ b/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
@@ -80,7 +80,7 @@
       type="java.lang.String"
       writeable="false"/>
     <attribute
-      name="counterNoStateTransfered"
+      name="counterNoStateTransferred"
       description="Count the failed session transfers noStateTransferred"
       type="int"
       writeable="false"/>
@@ -258,7 +258,7 @@
       type="java.lang.String"
       writeable="false"/>
     <attribute
-      name="stateTransfered"
+      name="stateTransferred"
       description="Is session state transferred complete? "
       type="boolean"/>
     <attribute


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to