Sync Integ to Master
[sdc.git] / common-app-api / src / test / java / org / openecomp / sdc / be / config / ConfigurationTest.java
index 15508c5..0604e80 100644 (file)
@@ -1433,7 +1433,7 @@ public class ConfigurationTest {
        @Test
        public void testGetDefaultImports() throws Exception {
                Configuration testSubject;
-               LinkedList<Map<String, Map<String, String>>> result;
+               List<Map<String, Map<String, String>>> result;
 
                // default test
                testSubject = createTestSubject();