------------------------------------------------------------
revno: 13665
committer: Lars Helge Ă˜verland <[email protected]>
branch nick: dhis2
timestamp: Wed 2014-01-08 19:51:56 +0100
message:
Made ProgramPatientAttributeService transactional
modified:
dhis-2/dhis-services/dhis-service-patient/src/main/java/org/hisp/dhis/program/DefaultProgramPatientAttributeService.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-services/dhis-service-patient/src/main/java/org/hisp/dhis/program/DefaultProgramPatientAttributeService.java'
--- dhis-2/dhis-services/dhis-service-patient/src/main/java/org/hisp/dhis/program/DefaultProgramPatientAttributeService.java 2014-01-07 08:22:52 +0000
+++ dhis-2/dhis-services/dhis-service-patient/src/main/java/org/hisp/dhis/program/DefaultProgramPatientAttributeService.java 2014-01-08 18:51:56 +0000
@@ -30,13 +30,12 @@
import java.util.Collection;
import org.hisp.dhis.patient.PatientAttribute;
+import org.springframework.transaction.annotation.Transactional;
/**
* @author Chau Thu Tran
- *
- * @version $ DefaultProgramPatientAttributeService.java Jan 7, 2014 10:07:21 AM
- * $
*/
+@Transactional
public class DefaultProgramPatientAttributeService
implements ProgramPatientAttributeService
{
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp