← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20193: Minor

 

------------------------------------------------------------
revno: 20193
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2015-09-17 12:02:11 +0700
message:
  Minor
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataset/FormType.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/dataset/FormType.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataset/FormType.java	2015-09-17 05:01:46 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataset/FormType.java	2015-09-17 05:02:11 +0000
@@ -33,7 +33,7 @@
  */
 public enum FormType
 {
-    STANDARD,
+    DEFAULT,
     SECTION,
     CUSTOM,
     SECTION_MULTIORG;