Commit includes ControlLoopPolicy API and bugfixes
[policy/engine.git] / ECOMP-PDP / src / main / java / org / openecomp / policy / xacml / pdp / std / functions / PolicyList.java
index d1a14d5..da9e69e 100644 (file)
@@ -28,7 +28,7 @@ import java.util.List;
  */
 public class PolicyList {
        
-       private static List<String> policyList = new ArrayList<String>();
+       private static List<String> policyList = new ArrayList<>();
        
        
        public static List<String> getpolicyList(){