Removing commented lines

This commit is contained in:
geethkokila 2018-01-22 15:10:47 +05:30
parent 03570f3ad7
commit 8f1d15c690
2 changed files with 0 additions and 4 deletions

View File

@ -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;
/** /**

View File

@ -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();