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

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


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 8737d46  Do need one update in an MBean descriptor file
8737d46 is described below

commit 8737d46ba8ed90ec986686e60c19b1b9158adae9
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Dec 6 08:08:49 2021 +0000

    Do need one update in an MBean descriptor file
---
 java/org/apache/catalina/users/mbeans-descriptors.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/users/mbeans-descriptors.xml 
b/java/org/apache/catalina/users/mbeans-descriptors.xml
index e73df9e..d0dd524 100644
--- a/java/org/apache/catalina/users/mbeans-descriptors.xml
+++ b/java/org/apache/catalina/users/mbeans-descriptors.xml
@@ -50,8 +50,8 @@
                  type="boolean"
             writeable="false"/>
 
-    <attribute   name="writeable"
-          description="Check if user database is writeable"
+    <attribute   name="writable"
+          description="Check if user database is writable"
                    is="true"
            writeable="false"/>
 

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

Reply via email to