=== modified file 'dhis-2/dhis-services/dhis-service-analytics/src/main/java/org/hisp/dhis/analytics/AnalyticsManager.java' --- dhis-2/dhis-services/dhis-service-analytics/src/main/java/org/hisp/dhis/analytics/AnalyticsManager.java 2015-11-20 15:20:20 +0000 +++ dhis-2/dhis-services/dhis-service-analytics/src/main/java/org/hisp/dhis/analytics/AnalyticsManager.java 2015-12-10 07:40:24 +0000 @@ -43,8 +43,8 @@ /** * Retrieves aggregated data values for the given query. The data is returned * as a mapping where the key is concatenated from the dimension options for - * all dimensions, and the value is the data value. This method is invoked - * asynchronously. The value class can be Double or String. + * all dimensions separated by "-", and the value is the data value. This + * method is invoked asynchronously. The value class can be Double or String. * * @param params the query to retrieve aggregated data for. * @param maxLimit the max number of records to retrieve.