dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #35995
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18436: Javadocs
------------------------------------------------------------
revno: 18436
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2015-02-26 17:29:05 +0100
message:
Javadocs
modified:
dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataapproval/DataApprovalState.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/dataapproval/DataApprovalState.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataapproval/DataApprovalState.java 2015-02-26 16:24:46 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataapproval/DataApprovalState.java 2015-02-26 16:29:05 +0000
@@ -31,9 +31,13 @@
/**
* Current state of data approval for a selected combination of data set, period,
* organisation unit, and category options or category group options.
+ *
+ * ACCEPTED_HERE refers the approval being accepted by the level above, implying
+ * that the approval has an accepted state at this level.
+ *
+ * APPROVED_HERE refers to the data being approved by this level.
*
* @author Jim Grace
- * @version $Id$
*/
public enum DataApprovalState
{