Remove duplicate validation checks

This commit is contained in:
Yohan Avishke 2020-02-05 12:06:52 +05:30
parent 49d26706b0
commit 318d4e3f9c

View File

@ -160,7 +160,6 @@ public class ReportManagementServiceImpl implements ReportManagementService {
public PaginationResult getDevicesExpiredByOSVersion(PaginationRequest request)
throws ReportManagementException, DeviceTypeNotFoundException {
if (request == null ||
StringUtils.isBlank(request.getDeviceType()) ||
StringUtils.isBlank(request.getDeviceType()) ||
!request.getProperties().containsKey(Constants.OS_BUILD_DATE) ||
(Long) request.getProperty(Constants.OS_BUILD_DATE) == 0) {