[jboss-cvs] JBossAS SVN: r88234 - 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
Tue May 5 18:27:18 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-05-05 18:27:18 -0400 (Tue, 05 May 2009)
New Revision: 88234

Modified:
   branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
Log:
comment out debugging to stderr


Modified: branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
===================================================================
--- branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-05-05 22:17:16 UTC (rev 88233)
+++ branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-05-05 22:27:18 UTC (rev 88234)
@@ -251,7 +251,7 @@
                         + "componentType=@org.jboss.managed.api.annotation.ManagementComponent(type=\""
                         + comp.getType()+"\",subtype=\""+comp.getSubtype()+"\")"
                         + ")";
-                     System.err.println(annotationExpr);
+                     // System.err.println(annotationExpr);
                      ManagementObject moAnn = (ManagementObject) AnnotationCreator.createAnnotation(
                            annotationExpr, ManagementObject.class);
                      // Bot the ManagementObject and ManagementComponent annotation need to be in the MO annotations




More information about the jboss-cvs-commits mailing list