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

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


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

commit 55694bf4361ba486bdf782bcbad81e47e1a82306
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 80f4464..6d039c9 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