[jboss-cvs] JBossAS SVN: r84904 - branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Feb 28 11:08:22 EST 2009


Author: scott.stark at jboss.org
Date: 2009-02-28 11:08:22 -0500 (Sat, 28 Feb 2009)
New Revision: 84904

Modified:
   branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/PlatformMBeanKernelRegistryPlugin.java
Log:
JBAS-6285, remove the stderr logging

Modified: branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/PlatformMBeanKernelRegistryPlugin.java
===================================================================
--- branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/PlatformMBeanKernelRegistryPlugin.java	2009-02-28 11:42:49 UTC (rev 84903)
+++ branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/PlatformMBeanKernelRegistryPlugin.java	2009-02-28 16:08:22 UTC (rev 84904)
@@ -46,7 +46,7 @@
  * A KernelRegistryPlugin that make the j2se platform mbeans visible.
  * 
  * @author Scott.Stark at jboss.org
- * @version $Revision:$
+ * @version $Revision$
  */
 public class PlatformMBeanKernelRegistryPlugin implements KernelRegistryPlugin
 {
@@ -71,8 +71,6 @@
       else
          key = name.toString();
       KernelRegistryEntry entry = mbeans.get(key);
-      if(entry != null)
-         System.err.println("Found Platform mbean: "+key);
       return entry;
    }
 




More information about the jboss-cvs-commits mailing list