dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20072
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9030: Minor
------------------------------------------------------------
revno: 9030
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-11-14 17:20:15 +0100
message:
Minor
modified:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/report/ReportService.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/report/ReportService.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/report/ReportService.java 2012-10-23 16:55:21 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/report/ReportService.java 2012-11-14 16:20:15 +0000
@@ -62,8 +62,8 @@
* "period_name" Name of the selected period (String)
* "organisationunit_name" Name of the selected organisation unit (String)
* "organisationunit_level" Level of the selected organisation unit (int)
- * "organisationunit_level_column" Name of the relevant level column in (String)
- * table _orgunitstructure.
+ * "organisationunit_level_column" Name of the relevant level column in
+ * table _orgunitstructure (String)
*
* @param out the OutputStream to write the report to.
* @param reportUid the uid of the report to render.