X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-eos%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fentityownership%2FEOSTestUtils.java;h=dda340468a63fdd90a3415cc6abce2c3e9bcb52f;hb=f8f30f62f7a7029ea878737251eb136f20da2fce;hp=118190a7f4228b4150db0551a86ff8ddbb05e4d4;hpb=f9ee2cce797cf12402dd55c406f3e270d7d2e20d;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-eos/src/test/java/org/opendaylight/controller/cluster/entityownership/EOSTestUtils.java b/opendaylight/md-sal/sal-distributed-eos/src/test/java/org/opendaylight/controller/cluster/entityownership/EOSTestUtils.java index 118190a7f4..dda340468a 100644 --- a/opendaylight/md-sal/sal-distributed-eos/src/test/java/org/opendaylight/controller/cluster/entityownership/EOSTestUtils.java +++ b/opendaylight/md-sal/sal-distributed-eos/src/test/java/org/opendaylight/controller/cluster/entityownership/EOSTestUtils.java @@ -8,11 +8,11 @@ package org.opendaylight.controller.cluster.entityownership; import java.io.File; -import org.opendaylight.yangtools.yang.model.api.SchemaContext; +import org.opendaylight.yangtools.yang.model.api.EffectiveModelContext; import org.opendaylight.yangtools.yang.test.util.YangParserTestUtils; final class EOSTestUtils { - static final SchemaContext SCHEMA_CONTEXT = YangParserTestUtils.parseYangFiles( + static final EffectiveModelContext SCHEMA_CONTEXT = YangParserTestUtils.parseYangFiles( new File("src/main/yang/entity-owners.yang")); private EOSTestUtils() {