------------------------------------------------------------
revno: 8487
committer: Morten Olav Hansen <[email protected]>
branch nick: dhis2
timestamp: Thu 2012-10-11 16:37:10 +0200
message:
  minor fix
modified:
  
dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/webdomain/form/Form.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-web/dhis-web-api/src/main/java/org/hisp/dhis/api/webdomain/form/Form.java'
--- dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/webdomain/form/Form.java	2012-10-11 14:35:20 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/webdomain/form/Form.java	2012-10-11 14:37:10 +0000
@@ -94,7 +94,7 @@
     {
         return "Form{" +
             "label='" + label + '\'' +
-            ", period='" + periodType + '\'' +
+            ", periodType='" + periodType + '\'' +
             ", groups=" + groups +
             '}';
     }

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to