We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8220fb commit 5deb7ecCopy full SHA for 5deb7ec
src/main/java/com/iemr/tm/controller/patientApp/master/PatientAppCommonMasterController.java
@@ -50,11 +50,10 @@
50
public class PatientAppCommonMasterController {
51
52
private Logger logger = LoggerFactory.getLogger(PatientAppCommonMasterController.class);
53
- //@Autowired
54
private CommonPatientAppMasterService commonPatientAppMasterService;
55
56
@Autowired
57
- public void setCommonBenStatusFlowServiceImpl(CommonPatientAppMasterService commonPatientAppMasterService) {
+ public void setCommonPatientAppMasterService(CommonPatientAppMasterService commonPatientAppMasterService) {
58
this.commonPatientAppMasterService = commonPatientAppMasterService;
59
}
60
/**
0 commit comments