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

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

commit 3f4a47d268e5f2b471028bf98ffd701fe0ccb847
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