You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/09/09 07:21:30 UTC

svn commit: r1623641 - /incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/jmx/JMXServices.java

Author: olamy
Date: Tue Sep  9 05:21:30 2014
New Revision: 1623641

URL: http://svn.apache.org/r1623641
Log:
FIXME fixed :-)

Modified:
    incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/jmx/JMXServices.java

Modified: incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/jmx/JMXServices.java
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/jmx/JMXServices.java?rev=1623641&r1=1623640&r2=1623641&view=diff
==============================================================================
--- incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/jmx/JMXServices.java (original)
+++ incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/jmx/JMXServices.java Tue Sep  9 05:21:30 2014
@@ -299,7 +299,6 @@ public class JMXServices
         return operations;
     }
 
-    // FIXME this html stuff here is just weird!!!
     private Collection<MBeanAttribute> attributes( final ObjectName name, final MBeanInfo info )
     {
         final Collection<MBeanAttribute> list = new LinkedList<MBeanAttribute>();
@@ -328,7 +327,6 @@ public class JMXServices
     }
 
 
-    // FIXME this html stuff here is just weird!!!
     private static JMXInvocationResult value( final Object value )
     {
         try