Commit includes ControlLoopPolicy API and bugfixes
[policy/engine.git] / ECOMP-PDP / src / test / java / org / openecomp / policy / pdp / test / FunctionDefinitionArithmeticTest.java
index 79e4ea9..69e8744 100644 (file)
@@ -52,7 +52,7 @@ public class FunctionDefinitionArithmeticTest {
        /*
         * variables useful in the following tests
         */
-       List<FunctionArgument> arguments = new ArrayList<FunctionArgument>();
+       List<FunctionArgument> arguments = new ArrayList<>();
        
        @Test
        public void testInteger_add() {