=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/report/LoadAttributesAction.java' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/report/LoadAttributesAction.java 2012-04-20 06:51:37 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/report/LoadAttributesAction.java 2012-04-20 06:58:46 +0000 @@ -31,7 +31,6 @@ import java.util.HashSet; import org.hisp.dhis.patient.PatientAttribute; -import org.hisp.dhis.patient.PatientAttributeGroupService; import org.hisp.dhis.patient.PatientAttributeService; import org.hisp.dhis.program.Program; import org.hisp.dhis.program.ProgramService; @@ -52,8 +51,6 @@ private ProgramService programService; - private PatientAttributeGroupService attributeGroupService; - private PatientAttributeService attributeService; // ------------------------------------------------------------------------- @@ -68,11 +65,6 @@ // Getter && Setters // ------------------------------------------------------------------------- - public void setAttributeGroupService( PatientAttributeGroupService attributeGroupService ) - { - this.attributeGroupService = attributeGroupService; - } - public Collection getPatientAttributes() { return patientAttributes; === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/META-INF/dhis/beans.xml' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/META-INF/dhis/beans.xml 2012-04-20 06:51:37 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/META-INF/dhis/beans.xml 2012-04-20 06:58:46 +0000 @@ -298,8 +298,6 @@ class="org.hisp.dhis.caseentry.action.report.LoadAttributesAction" scope="prototype"> -