Skip to content

Commit 5deb7ec

Browse files
small correction
1 parent c8220fb commit 5deb7ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/iemr/tm/controller/patientApp/master/PatientAppCommonMasterController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@
5050
public class PatientAppCommonMasterController {
5151

5252
private Logger logger = LoggerFactory.getLogger(PatientAppCommonMasterController.class);
53-
//@Autowired
5453
private CommonPatientAppMasterService commonPatientAppMasterService;
5554

5655
@Autowired
57-
public void setCommonBenStatusFlowServiceImpl(CommonPatientAppMasterService commonPatientAppMasterService) {
56+
public void setCommonPatientAppMasterService(CommonPatientAppMasterService commonPatientAppMasterService) {
5857
this.commonPatientAppMasterService = commonPatientAppMasterService;
5958
}
6059
/**

0 commit comments

Comments
 (0)