mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixing the compilation failure
This commit is contained in:
parent
85dffe00bd
commit
2c370acfa9
@ -75,19 +75,15 @@ public class AndroidDeviceManagerService implements DeviceManagerService {
|
||||
return null;
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
@Override
|
||||
public void setOwnership(DeviceIdentifier deviceId, String ownershipType) throws DeviceManagementException {
|
||||
|
||||
}
|
||||
=======
|
||||
|
||||
@Override
|
||||
public void updateDeviceInfo(Device device) throws DeviceManagementException{
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setOwnership(String ownershipType) throws DeviceManagementException {
|
||||
>>>>>>> cc9417d8eba5a0e432e8cc9c87f3e4b64951e520
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user