Update MRI projects for Aluminium
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / restconf / impl / test / YangAndXmlAndDataSchemaLoader.java
index b1562b1433c9eca6a5af56d303e0f929897c9483..9192691f9fd6947ee2bcccaae617b36ae3fb7bfd 100644 (file)
@@ -11,13 +11,12 @@ import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
 
 import java.io.FileNotFoundException;
-import java.util.Set;
+import java.util.Collection;
 import org.opendaylight.yangtools.yang.model.api.DataSchemaNode;
 import org.opendaylight.yangtools.yang.model.api.Module;
 
 public abstract class YangAndXmlAndDataSchemaLoader {
-
-    protected static Set<Module> modules;
+    protected static Collection<? extends Module> modules;
     protected static DataSchemaNode dataSchemaNode;
     protected static String searchedModuleName;
     protected static String searchedDataSchemaName;