mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixing formatting issues
This commit is contained in:
parent
ed2781cecd
commit
dec5890026
@ -261,10 +261,10 @@ public class ApplicationOperationsImpl implements ApplicationOperations {
|
||||
} else {
|
||||
deviceList = deviceManagementService.
|
||||
getDevicesOfUser(username,
|
||||
MDMAppConstants.ANDROID);
|
||||
MDMAppConstants.ANDROID);
|
||||
deviceList.addAll(deviceManagementService.
|
||||
getDevicesOfUser(username,
|
||||
MDMAppConstants.IOS));
|
||||
MDMAppConstants.IOS));
|
||||
}
|
||||
devices = new ArrayList<>(deviceList.size());
|
||||
if(log.isDebugEnabled()){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user