From c43a1d64df143bbc58ddf16168d49f1ef9196b04 Mon Sep 17 00:00:00 2001 From: Pahansith Gunathilake Date: Thu, 26 Nov 2020 06:20:04 +0000 Subject: [PATCH] Revert "Merge branch 'corrective-policy' into 'master'" This reverts merge request !165 --- .../android/mocks/DeviceManagementProviderServiceMock.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/src/test/java/org/wso2/carbon/mdm/services/android/mocks/DeviceManagementProviderServiceMock.java b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/src/test/java/org/wso2/carbon/mdm/services/android/mocks/DeviceManagementProviderServiceMock.java index 5e6c3892a..f13345e2a 100644 --- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/src/test/java/org/wso2/carbon/mdm/services/android/mocks/DeviceManagementProviderServiceMock.java +++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/src/test/java/org/wso2/carbon/mdm/services/android/mocks/DeviceManagementProviderServiceMock.java @@ -41,7 +41,6 @@ import org.wso2.carbon.device.mgt.common.DeviceTransferRequest; import org.wso2.carbon.device.mgt.common.StartupOperationConfig; import org.wso2.carbon.device.mgt.common.app.mgt.ApplicationManagementException; import org.wso2.carbon.device.mgt.common.configuration.mgt.AmbiguousConfigurationException; -import org.wso2.carbon.device.mgt.common.configuration.mgt.ConfigurationEntry; import org.wso2.carbon.device.mgt.common.configuration.mgt.DeviceConfiguration; import org.wso2.carbon.device.mgt.common.device.details.DeviceData; import org.wso2.carbon.device.mgt.common.device.details.DeviceLocationHistorySnapshot; @@ -771,10 +770,4 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv throws DeviceManagementException { return null; } - - @Override - public void triggerCorrectiveActions(String s, String s1, List list, List list1) throws DeviceManagementException, - DeviceNotFoundException { - - } }