Commit includes ControlLoopPolicy API and bugfixes
[policy/engine.git] / ECOMP-PDP / src / test / java / org / openecomp / policy / pdp / test / FunctionDefinitionStringNormalizeTest.java
index 61848f7..0de8a0f 100644 (file)
@@ -51,7 +51,7 @@ public class FunctionDefinitionStringNormalizeTest {
        /*
         * variables useful in the following tests
         */
-       List<FunctionArgument> arguments = new ArrayList<FunctionArgument>();
+       List<FunctionArgument> arguments = new ArrayList<>();
        
        @Test
        public void testString_normalize_space() {