dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #26800
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13258: minor fix, remove getOrganisationUnitService in SaveProgramStageFormAction
------------------------------------------------------------
revno: 13258
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-12-16 16:38:30 +0100
message:
minor fix, remove getOrganisationUnitService in SaveProgramStageFormAction
modified:
dhis-2/dhis-web/dhis-web-light/src/main/java/org/hisp/dhis/light/namebaseddataentry/action/SaveProgramStageFormAction.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-light/src/main/java/org/hisp/dhis/light/namebaseddataentry/action/SaveProgramStageFormAction.java'
--- dhis-2/dhis-web/dhis-web-light/src/main/java/org/hisp/dhis/light/namebaseddataentry/action/SaveProgramStageFormAction.java 2013-12-09 06:44:46 +0000
+++ dhis-2/dhis-web/dhis-web-light/src/main/java/org/hisp/dhis/light/namebaseddataentry/action/SaveProgramStageFormAction.java 2013-12-16 15:38:30 +0000
@@ -215,11 +215,6 @@
private OrganisationUnitService organisationUnitService;
- public OrganisationUnitService getOrganisationUnitService()
- {
- return organisationUnitService;
- }
-
public void setOrganisationUnitService( OrganisationUnitService organisationUnitService )
{
this.organisationUnitService = organisationUnitService;