Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into das-ext

This commit is contained in:
ayyoob 2016-05-03 15:43:24 +05:30
commit 39267e2d36

View File

@ -72,8 +72,8 @@ public class DeviceTaskManagerServiceComponent {
@SuppressWarnings("unused") @SuppressWarnings("unused")
protected void deactivate(ComponentContext componentContext) { protected void deactivate(ComponentContext componentContext) {
try { try {
DeviceTaskManagerService taskManagerService = new DeviceTaskManagerServiceImpl(); // DeviceTaskManagerService taskManagerService = new DeviceTaskManagerServiceImpl();
taskManagerService.stopTask(); // taskManagerService.stopTask();
} catch (Throwable e) { } catch (Throwable e) {
log.error("Error occurred while destroying the device details retrieving task manager service.", e); log.error("Error occurred while destroying the device details retrieving task manager service.", e);
} }