Skip to content

Commit

Permalink
CI-CD Test code rabbit check
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishanigarapu committed Nov 25, 2024
1 parent b796957 commit d9ca13b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/iemr/mmu/service/anc/ANCServiceImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public class ANCServiceImpl implements ANCService {
@Autowired
private ANCNurseServiceImpl ancNurseServiceImpl;
// private NurseServiceImpl nurseServiceImpl;
@Autowired
//@Autowired
private ANCDoctorServiceImpl ancDoctorServiceImpl;
//@Autowired
private CommonNurseServiceImpl commonNurseServiceImpl;
Expand Down Expand Up @@ -124,12 +124,12 @@ public void setLabTechnicianServiceImpl(LabTechnicianServiceImpl labTechnicianSe
public void setCommonBenStatusFlowServiceImpl(CommonBenStatusFlowServiceImpl commonBenStatusFlowServiceImpl) {
this.commonBenStatusFlowServiceImpl = commonBenStatusFlowServiceImpl;
}
*/
@Autowired
public void setANCDoctorServiceImpl(ANCDoctorServiceImpl ancDoctorServiceImpl) {
this.ancDoctorServiceImpl = ancDoctorServiceImpl;
}
*/

@Autowired
public void setCommonDoctorServiceImpl(CommonDoctorServiceImpl commonDoctorServiceImpl) {
this.commonDoctorServiceImpl = commonDoctorServiceImpl;
Expand Down

0 comments on commit d9ca13b

Please sign in to comment.