diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-05-31 09:14:51 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-08-04 04:24:30 +0000 |
commit | f9ca1e4f38ca3748c9c22c7985929a2c240ca3aa (patch) | |
tree | 9160f003a6dc6fb81f2e84f57803a9041f988456 /routing/routing-impl | |
parent | 27a3afb02d336b88b98cc29eadfdcc075bb9edec (diff) |
Adapt hc2vpp to ODL Carbon bump in honeycomb
Depends on https://gerrit.fd.io/r/#/c/6924/
Change-Id: I80597cb2846d174a548a5abf1e4add0ba0e17186
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'routing/routing-impl')
-rw-r--r-- | routing/routing-impl/src/test/java/io/fd/hc2vpp/routing/helpers/SchemaContextTestHelper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/routing-impl/src/test/java/io/fd/hc2vpp/routing/helpers/SchemaContextTestHelper.java b/routing/routing-impl/src/test/java/io/fd/hc2vpp/routing/helpers/SchemaContextTestHelper.java index 6fff8c281..c8c1085d7 100644 --- a/routing/routing-impl/src/test/java/io/fd/hc2vpp/routing/helpers/SchemaContextTestHelper.java +++ b/routing/routing-impl/src/test/java/io/fd/hc2vpp/routing/helpers/SchemaContextTestHelper.java @@ -19,7 +19,7 @@ package io.fd.hc2vpp.routing.helpers; import com.google.common.collect.ImmutableSet; import io.fd.honeycomb.test.tools.annotations.InjectablesProcessor; import io.fd.honeycomb.test.tools.annotations.SchemaContextProvider; -import org.opendaylight.yangtools.sal.binding.generator.impl.ModuleInfoBackedContext; +import org.opendaylight.mdsal.binding.generator.impl.ModuleInfoBackedContext; public interface SchemaContextTestHelper extends InjectablesProcessor { |