Commit includes ControlLoopPolicy API and bugfixes
[policy/engine.git] / ECOMP-PDP / src / test / java / org / openecomp / policy / pdp / test / custom / TestCustom.java
index 4d6ecb7..84d8226 100644 (file)
@@ -214,7 +214,7 @@ public class TestCustom extends TestBase {
                //
                // Copy the request attributes
                //
-               List<StdMutableRequestAttributes> attributes = new ArrayList<StdMutableRequestAttributes>();
+               List<StdMutableRequestAttributes> attributes = new ArrayList<>();
                for (RequestAttributes a : oldRequest.getRequestAttributes()) {
                        attributes.add(new StdMutableRequestAttributes(a));
                }