From ce534dc0adbed35c5506d3b72f9936899f246be7 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 24 Jul 2018 13:06:36 +0200 Subject: [PATCH] Use moved BindingReflections BindingReflections are being evacuated from yang-binding, use them from their new location. Change-Id: Ib2d132dc43d70e46491b5043595ec77e528a570d Signed-off-by: Robert Varga --- .../neutron/hostconfig/vpp/HostconfigsDataBrokerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron-hostconfig/vpp/src/test/java/org/opendaylight/neutron/hostconfig/vpp/HostconfigsDataBrokerTest.java b/neutron-hostconfig/vpp/src/test/java/org/opendaylight/neutron/hostconfig/vpp/HostconfigsDataBrokerTest.java index f284750c3..85921fff1 100644 --- a/neutron-hostconfig/vpp/src/test/java/org/opendaylight/neutron/hostconfig/vpp/HostconfigsDataBrokerTest.java +++ b/neutron-hostconfig/vpp/src/test/java/org/opendaylight/neutron/hostconfig/vpp/HostconfigsDataBrokerTest.java @@ -14,11 +14,11 @@ import com.google.common.collect.ImmutableSet; import com.google.common.collect.ImmutableSet.Builder; import org.opendaylight.controller.md.sal.binding.test.AbstractConcurrentDataBrokerTest; +import org.opendaylight.mdsal.binding.spec.reflect.BindingReflections; import org.opendaylight.yang.gen.v1.urn.opendaylight.netconf.node.topology.rev150114.NetconfNode; import org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.rev150712.Neutron; import org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NetworkTopology; import org.opendaylight.yangtools.yang.binding.YangModuleInfo; -import org.opendaylight.yangtools.yang.binding.util.BindingReflections; public class HostconfigsDataBrokerTest extends AbstractConcurrentDataBrokerTest { -- 2.36.6