Commit includes ControlLoopPolicy API and bugfixes
[policy/engine.git] / ECOMP-PDP / src / test / java / org / openecomp / policy / pdp / test / FunctionDefinitionBagTest.java
index 5b99395..0f1a600 100644 (file)
@@ -57,7 +57,7 @@ public class FunctionDefinitionBagTest {
        /*
         * variables useful in the following tests
         */
-       List<FunctionArgument> arguments = new ArrayList<FunctionArgument>();
+       List<FunctionArgument> arguments = new ArrayList<>();
        
        
        FunctionArgumentAttributeValue attrInteger = null;