Removing import

This commit is contained in:
Dilshan Edirisuriya 2015-03-10 12:49:45 +05:30
parent 47d225b2d9
commit 2a5e5467ac

View File

@ -25,7 +25,6 @@ import org.wso2.carbon.device.mgt.common.spi.DeviceManagerService;
import org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException;
import org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOFactory;
import org.wso2.carbon.device.mgt.mobile.dto.MobileDevice;
import org.wso2.carbon.device.mgt.mobile.impl.android.AndroidMobileOperationManager;
import org.wso2.carbon.device.mgt.mobile.util.MobileDeviceManagementUtil;
import java.util.List;