Narrowing catch by LGTM
This commit is contained in:
parent
16c6071062
commit
60e5d9783e
|
@ -47,7 +47,7 @@ public class EmpiBatchSvcImpl implements IEmpiBatchService {
|
|||
@Override
|
||||
@Transactional
|
||||
public long runEmpiOnAllTargetTypes(String theCriteria) {
|
||||
int submittedCount = 0;
|
||||
long submittedCount = 0;
|
||||
submittedCount += runEmpiOnPatientType(theCriteria);
|
||||
submittedCount += runEmpiOnPractitionerType(theCriteria);
|
||||
return submittedCount;
|
||||
|
|
Loading…
Reference in New Issue