X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyang%2Fgen%2Fv1%2Furn%2Fopendaylight%2Fparams%2Fxml%2Fns%2Fyang%2Fsouthbound%2Fimpl%2Frev141210%2FSouthboundImplModule.java;h=5014d144549a43120d1f984a965540077020b698;hb=db4b7c531bac5f30b34d57bf02fe3a2f310075e8;hp=1f6fae12ab6c339f6a252dbcfd9bca2f8f74b74a;hpb=6953adf35f23aea55fa22c46756caaec036fe490;p=ovsdb.git diff --git a/southbound/southbound-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/southbound/impl/rev141210/SouthboundImplModule.java b/southbound/southbound-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/southbound/impl/rev141210/SouthboundImplModule.java index 1f6fae12a..5014d1445 100644 --- a/southbound/southbound-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/southbound/impl/rev141210/SouthboundImplModule.java +++ b/southbound/southbound-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/southbound/impl/rev141210/SouthboundImplModule.java @@ -31,7 +31,7 @@ public class SouthboundImplModule extends org.opendaylight.yang.gen.v1.urn.opend public java.lang.AutoCloseable createInstance() { SouthboundUtil.setInstanceIdentifierCodec(new InstanceIdentifierCodec(getSchemaServiceDependency(), getBindingNormalizedNodeSerializerDependency())); - SouthboundProvider provider = new SouthboundProvider(); + SouthboundProvider provider = new SouthboundProvider(getClusteringEntityOwnershipServiceDependency()); getBrokerDependency().registerProvider(provider); return provider; }