mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing mobile implementations
This commit is contained in:
parent
a7ff8a954c
commit
7b30fc9642
@ -75,19 +75,15 @@ public class WindowsDeviceManagerService implements DeviceManagerService {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
@Override
|
@Override
|
||||||
public void setOwnership(DeviceIdentifier deviceId, String ownershipType) throws DeviceManagementException {
|
public void setOwnership(DeviceIdentifier deviceId, String ownershipType) throws DeviceManagementException {
|
||||||
|
|
||||||
}
|
}
|
||||||
=======
|
|
||||||
@Override
|
@Override
|
||||||
public void updateDeviceInfo(Device device) throws DeviceManagementException{
|
public void updateDeviceInfo(Device device) throws DeviceManagementException{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setOwnership(String ownershipType) throws DeviceManagementException {
|
|
||||||
>>>>>>> cc9417d8eba5a0e432e8cc9c87f3e4b64951e520
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user