mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
commit
c4d0ca7134
@ -550,7 +550,6 @@ public class DeviceManagementServiceImpl implements DeviceManagementService {
|
||||
if (policy == null) {
|
||||
deviceCompliance.setDeviceID(id);
|
||||
deviceCompliance.setComplianceData(null);
|
||||
//deviceCompliance.setCode(0001l); //code 0001 means no compliance data related to the device
|
||||
return Response.status(Response.Status.OK).entity(deviceCompliance).build();
|
||||
} else {
|
||||
try {
|
||||
@ -559,7 +558,6 @@ public class DeviceManagementServiceImpl implements DeviceManagementService {
|
||||
new DeviceIdentifier(id, type));
|
||||
deviceCompliance.setDeviceID(id);
|
||||
deviceCompliance.setComplianceData(complianceData);
|
||||
//deviceCompliance.setCode(0002l); //code 0002 means there are compliance data related to the device
|
||||
return Response.status(Response.Status.OK).entity(deviceCompliance).build();
|
||||
} catch (PolicyComplianceException e) {
|
||||
String error = "Error occurred while getting the compliance data.";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user