← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10314: Gave controller class a more descriptive name

 

------------------------------------------------------------
revno: 10314
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-03-19 13:54:25 +0100
message:
  Gave controller class a more descriptive name
renamed:
  dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/ChartPluginController.java => dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/ChartValueController.java
modified:
  dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/ChartValueController.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
=== renamed file 'dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/ChartPluginController.java' => 'dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/ChartValueController.java'
--- dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/ChartPluginController.java	2012-11-20 10:17:19 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/ChartValueController.java	2013-03-19 12:54:25 +0000
@@ -75,8 +75,8 @@
 import static org.hisp.dhis.system.util.DateUtils.setNames;
 
 @Controller
-@RequestMapping( value = ChartPluginController.RESOURCE_PATH )
-public class ChartPluginController
+@RequestMapping( value = ChartValueController.RESOURCE_PATH )
+public class ChartValueController
 {
     public static final String RESOURCE_PATH = "/chartValues";