[jboss-cvs] JBossAS SVN: r57467 - branches/Branch_4_0/tomcat/src/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 6 05:48:16 EDT 2006


Author: dimitris at jboss.org
Date: 2006-10-06 05:48:14 -0400 (Fri, 06 Oct 2006)
New Revision: 57467

Modified:
   branches/Branch_4_0/tomcat/src/resources/webserver-xmbean.xml
Log:
JBAS-3744, change getUseJK to isUseJK in the xmbean descriptor

Modified: branches/Branch_4_0/tomcat/src/resources/webserver-xmbean.xml
===================================================================
--- branches/Branch_4_0/tomcat/src/resources/webserver-xmbean.xml	2006-10-06 09:26:13 UTC (rev 57466)
+++ branches/Branch_4_0/tomcat/src/resources/webserver-xmbean.xml	2006-10-06 09:48:14 UTC (rev 57467)
@@ -82,7 +82,7 @@
      <type>boolean</type>
    </attribute>
 
-   <attribute access="read-write" getMethod="getUseJK" setMethod="setUseJK">
+   <attribute access="read-write" getMethod="isUseJK" setMethod="setUseJK">
      <name>UseJK</name>
      <type>boolean</type>
    </attribute>




More information about the jboss-cvs-commits mailing list