From 83efb0ff929801a5a2ab89f6b66c07ed940a309d Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Thu, 11 Aug 2016 13:04:56 +0200 Subject: HONEYCOMB-19 Minimal distro ans wiring for hc infra Change-Id: I8f0e577ac91106e6025f7f2f27811f850e1c5253 Signed-off-by: Maros Marsalek --- .../ns/yang/honeycomb/impl/rev141210/NetconfBindingBrokerModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/honeycomb/impl/rev141210/NetconfBindingBrokerModule.java') diff --git a/infra/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/honeycomb/impl/rev141210/NetconfBindingBrokerModule.java b/infra/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/honeycomb/impl/rev141210/NetconfBindingBrokerModule.java index 12fdcfe35..4666e1166 100644 --- a/infra/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/honeycomb/impl/rev141210/NetconfBindingBrokerModule.java +++ b/infra/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/honeycomb/impl/rev141210/NetconfBindingBrokerModule.java @@ -31,7 +31,7 @@ public class NetconfBindingBrokerModule extends AbstractNetconfBindingBrokerModu return new FakeBindingAwareBroker(getNetconfBindingBrokerDependency()); } - private static class FakeBindingAwareBroker implements BindingAwareBroker, AutoCloseable { + public static final class FakeBindingAwareBroker implements BindingAwareBroker, AutoCloseable { private DataBroker netconfBindingBrokerDependency; -- cgit 1.2.3-korg