code cleanup

merge-requests/1/head
prabathabey 10 years ago
parent 9e695ecc85
commit 5f242d6165

@ -48,7 +48,7 @@ public class DeviceManagementRepository {
try { try {
DeviceManagerUtil.unregisterDeviceType(deviceType); DeviceManagerUtil.unregisterDeviceType(deviceType);
} catch (DeviceManagementException e) { } catch (DeviceManagementException e) {
log.error("Exception occured while registering the device type.",e); log.error("Exception occurred while registering the device type.", e);
} }
providers.remove(deviceType); providers.remove(deviceType);
} }

Loading…
Cancel
Save