Commit includes ControlLoopPolicy API and bugfixes
[policy/engine.git] / ECOMP-XACML / src / main / java / org / openecomp / policy / xacml / std / pap / StdPDP.java
index b8fb59b..7e3c1e6 100644 (file)
@@ -47,9 +47,9 @@ public class StdPDP extends StdPDPItemSetChangeNotifier implements EcompPDP, Com
        
        private PDPStatus status = new StdPDPStatus();
        
-       private Set<PDPPolicy> policies = new HashSet<PDPPolicy>();
+       private Set<PDPPolicy> policies = new HashSet<>();
        
-       private Set<PDPPIPConfig> pipConfigs = new HashSet<PDPPIPConfig>();
+       private Set<PDPPIPConfig> pipConfigs = new HashSet<>();
        
        public StdPDP() {