Fixed build break

This commit is contained in:
harshanl 2015-07-06 09:20:35 +05:30
parent 695c097e79
commit 2014902cfb
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ public class AndroidDeviceManagementService implements DeviceManagementService {
@Override @Override
public boolean setStatus(DeviceIdentifier deviceIdentifier, String currentUser, public boolean setStatus(DeviceIdentifier deviceIdentifier, String currentUser,
EnrollmentStatus enrollmentStatus) throws DeviceManagementException { EnrolmentInfo.Status status) throws DeviceManagementException {
return false; return false;
} }

View File

@ -103,7 +103,7 @@ public class WindowsDeviceManagementService implements DeviceManagementService {
@Override @Override
public boolean setStatus(DeviceIdentifier deviceIdentifier, String currentUser, public boolean setStatus(DeviceIdentifier deviceIdentifier, String currentUser,
EnrollmentStatus enrollmentStatus) throws DeviceManagementException { EnrolmentInfo.Status status) throws DeviceManagementException {
return false; return false;
} }