[jboss-cvs] JBossAS SVN: r96388 - branches/Branch_5_x/system-jmx/src/tests/org/jboss/test/system/controller/integration/support.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Nov 15 20:12:35 EST 2009


Author: scott.stark at jboss.org
Date: 2009-11-15 20:12:35 -0500 (Sun, 15 Nov 2009)
New Revision: 96388

Modified:
   branches/Branch_5_x/system-jmx/src/tests/org/jboss/test/system/controller/integration/support/TestServiceControllerLifecycleCallback.java
Log:
Correct the StandardMBean signature

Modified: branches/Branch_5_x/system-jmx/src/tests/org/jboss/test/system/controller/integration/support/TestServiceControllerLifecycleCallback.java
===================================================================
--- branches/Branch_5_x/system-jmx/src/tests/org/jboss/test/system/controller/integration/support/TestServiceControllerLifecycleCallback.java	2009-11-16 01:05:48 UTC (rev 96387)
+++ branches/Branch_5_x/system-jmx/src/tests/org/jboss/test/system/controller/integration/support/TestServiceControllerLifecycleCallback.java	2009-11-16 01:12:35 UTC (rev 96388)
@@ -73,7 +73,7 @@
       JMX jmx = readJmxAnnotation(context);
       ObjectName objectName = createObjectName(context, jmx);
 
-      Class<?> intfClass = null;
+      Class intfClass = null;
       boolean registerDirectly = false;
       if (jmx != null)
       {




More information about the jboss-cvs-commits mailing list