removed unwanted new line

This commit is contained in:
lakshani 2017-01-30 07:54:43 +05:30
parent 26f2e2d2ae
commit bbcdf7aeda

View File

@ -623,7 +623,6 @@ public class DeviceManagementProviderServiceImpl implements DeviceManagementProv
DeviceManagementDAOFactory.openConnection();
allDevices = deviceDAO.getDevices(request, tenantId);
count = deviceDAO.getDeviceCount(request, tenantId);
} catch (DeviceManagementDAOException e) {
throw new DeviceManagementException("Error occurred while retrieving device list pertaining to " +
"the current tenant", e);