------------------------------------------------------------
revno: 5564
committer: Lars Helge Overland <[email protected]>
branch nick: dhis2
timestamp: Thu 2011-12-22 22:18:15 +0100
message:
  Xml/json annotations in chart
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/chart/Chart.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/chart/Chart.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/chart/Chart.java	2011-12-22 18:14:45 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/chart/Chart.java	2011-12-22 21:18:15 +0000
@@ -468,16 +468,16 @@
 
     @XmlElement
     @JsonProperty
+    public String getTargetLineLabel()
+    {
+        return targetLineLabel;
+    }
+
     public void setTargetLineLabel( String targetLineLabel )
     {
         this.targetLineLabel = targetLineLabel;
     }
 
-    public String getTargetLineLabel()
-    {
-        return targetLineLabel;
-    }
-
     @XmlElement
     @JsonProperty
     public boolean isHideSubtitle()

_______________________________________________
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