Commit includes ControlLoopPolicy API and bugfixes
[policy/engine.git] / ECOMP-PDP / src / test / java / org / openecomp / policy / pdp / test / FunctionDefinitionLogicalTest.java
index 615a8ec..7530e41 100644 (file)
@@ -51,7 +51,7 @@ public class FunctionDefinitionLogicalTest {
        /*
         * variables useful in the following tests
         */
-       List<FunctionArgument> arguments = new ArrayList<FunctionArgument>();
+       List<FunctionArgument> arguments = new ArrayList<>();
        
        // use the same args for each test
        FunctionArgumentAttributeValue attrT = null;