Skip to content

Commit

Permalink
CI CD Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishanigarapu committed Nov 25, 2024
1 parent d6ea469 commit c8220fb
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,14 @@

public class PatientAppCommonMasterController {

private Logger logger = LoggerFactory.getLogger(CommonMasterController.class);
@Autowired
private Logger logger = LoggerFactory.getLogger(PatientAppCommonMasterController.class);
//@Autowired
private CommonPatientAppMasterService commonPatientAppMasterService;

@Autowired
public void setCommonBenStatusFlowServiceImpl(CommonPatientAppMasterService commonPatientAppMasterService) {
this.commonPatientAppMasterService = commonPatientAppMasterService;
}
/**
* @param visitCategoryID
* @return nurse master data for the provided visitCategoryID
Expand Down

0 comments on commit c8220fb

Please sign in to comment.