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/08/28 02:38:55 UTC

svn commit: r1621008 - /incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/status/StatusService.java

Author: olamy
Date: Thu Aug 28 00:38:54 2014
New Revision: 1621008

URL: http://svn.apache.org/r1621008
Log:
add comment

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

Modified: incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/status/StatusService.java
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/status/StatusService.java?rev=1621008&r1=1621007&r2=1621008&view=diff
==============================================================================
--- incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/status/StatusService.java (original)
+++ incubator/sirona/trunk/server/reporting/reporting-api/src/main/java/org/apache/sirona/reporting/web/status/StatusService.java Thu Aug 28 00:38:54 2014
@@ -40,6 +40,9 @@ public class StatusService
     private static final String APP_DELIMITER = "#";
 
 
+    // FIXME olamy: write documentation on that as it's not very clear what's going on here!!
+    // it's simply an adaptation of the previous code
+
     @GET
     @Produces( { MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML } )
     public Map<String, Map<String, NodeStatusInfo>> all()