Fixed build break

revert-dabc3590
harshanl 9 years ago
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…
Cancel
Save