mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removing commented lines
This commit is contained in:
parent
03570f3ad7
commit
8f1d15c690
@ -52,8 +52,6 @@ public class PolicyMonitoring {
|
|||||||
protected String value;
|
protected String value;
|
||||||
@XmlAttribute(name = "enabled")
|
@XmlAttribute(name = "enabled")
|
||||||
protected boolean enabled;
|
protected boolean enabled;
|
||||||
// protected String policyEvaluationPoint;
|
|
||||||
// protected String cacheEnable;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -242,8 +242,6 @@ public class MonitoringDAOImpl implements MonitoringDAO {
|
|||||||
PreparedStatement stmt = null;
|
PreparedStatement stmt = null;
|
||||||
ResultSet resultSet = null;
|
ResultSet resultSet = null;
|
||||||
NonComplianceData complianceData = new NonComplianceData();
|
NonComplianceData complianceData = new NonComplianceData();
|
||||||
// Setting the initial compliance status as true;
|
|
||||||
// complianceData.setStatus(true);
|
|
||||||
|
|
||||||
int tenantId = PrivilegedCarbonContext.getThreadLocalCarbonContext().getTenantId();
|
int tenantId = PrivilegedCarbonContext.getThreadLocalCarbonContext().getTenantId();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user