mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixed build break
This commit is contained in:
parent
695c097e79
commit
2014902cfb
@ -198,7 +198,7 @@ public class AndroidDeviceManagementService implements DeviceManagementService {
|
||||
|
||||
@Override
|
||||
public boolean setStatus(DeviceIdentifier deviceIdentifier, String currentUser,
|
||||
EnrollmentStatus enrollmentStatus) throws DeviceManagementException {
|
||||
EnrolmentInfo.Status status) throws DeviceManagementException {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@ -103,7 +103,7 @@ public class WindowsDeviceManagementService implements DeviceManagementService {
|
||||
|
||||
@Override
|
||||
public boolean setStatus(DeviceIdentifier deviceIdentifier, String currentUser,
|
||||
EnrollmentStatus enrollmentStatus) throws DeviceManagementException {
|
||||
EnrolmentInfo.Status status) throws DeviceManagementException {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user