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 7d66c652a3e4d64b9711712fa1409ba1261effd8 Author: Mark Thomas <[email protected]> AuthorDate: Thu Apr 23 22:12:38 2020 +0100 Default value not supported --- java/org/apache/catalina/storeconfig/mbeans-descriptors.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java/org/apache/catalina/storeconfig/mbeans-descriptors.xml b/java/org/apache/catalina/storeconfig/mbeans-descriptors.xml index 4a3f17f..06aad64 100644 --- a/java/org/apache/catalina/storeconfig/mbeans-descriptors.xml +++ b/java/org/apache/catalina/storeconfig/mbeans-descriptors.xml @@ -34,8 +34,7 @@ impact="ACTION" returnType="void" > <parameter name="objectname" description="Objectname from Server" - type="java.lang.String" - default="Catalina:type=Server"/> + type="java.lang.String"/> <parameter name="backup" description="store Context with backup" type="boolean"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
