Commit includes ControlLoopPolicy API and bugfixes
[policy/engine.git] / ECOMP-XACML / src / main / java / org / openecomp / policy / xacml / std / pap / StdPDPGroup.java
index 1a52dcb..b28c04e 100644 (file)
@@ -72,13 +72,13 @@ public class StdPDPGroup extends StdPDPItemSetChangeNotifier implements EcompPDP
        
        private StdPDPGroupStatus status = new StdPDPGroupStatus(Status.UNKNOWN);
        
-       private Set<EcompPDP>   pdps = new HashSet<EcompPDP>();
+       private Set<EcompPDP>   pdps = new HashSet<>();
        
-       private Set<PDPPolicy> policies = new HashSet<PDPPolicy>();
+       private Set<PDPPolicy> policies = new HashSet<>();
        
-       private Set<PDPPolicy> selectedPolicies = new HashSet<PDPPolicy>();
+       private Set<PDPPolicy> selectedPolicies = new HashSet<>();
        
-       private Set<PDPPIPConfig> pipConfigs = new HashSet<PDPPIPConfig>();
+       private Set<PDPPIPConfig> pipConfigs = new HashSet<>();
        
        private String operation;