mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removed access modifiers from Interface APIs
This commit is contained in:
parent
8e6c15acf2
commit
bdb5b970fd
@ -181,7 +181,7 @@ public interface DeviceManagementProviderService {
|
||||
* @return true if the user owns the device else will return false.
|
||||
* @throws DeviceManagementException If some unusual behaviour is observed while fetching the device.
|
||||
*/
|
||||
public boolean isEnrolled(DeviceIdentifier deviceId, String user) throws DeviceManagementException;
|
||||
boolean isEnrolled(DeviceIdentifier deviceId, String user) throws DeviceManagementException;
|
||||
|
||||
License getLicense(String deviceType, String languageCode) throws DeviceManagementException;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user