From 31a1b1f2dd7d19c240859db51578085117cdd1cb Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Wed, 28 Sep 2016 10:57:24 +0200 Subject: VPP-378: update jvpp package names Depends on - vpp: https://gerrit.fd.io/r/#/c/3178 - NSH: https://gerrit.fd.io/r/#/c/3181 Change-Id: I1929947ccccc453aa32552fc42942a8b24ade157 Signed-off-by: Marek Gradzki --- .../src/main/java/io/fd/honeycomb/vpp/test/util/FutureProducer.java | 4 ++-- .../java/io/fd/honeycomb/vpp/test/util/InterfaceDumpHelper.java | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'vpp-common/vpp-translate-test/src/main/java/io/fd/honeycomb/vpp/test/util') diff --git a/vpp-common/vpp-translate-test/src/main/java/io/fd/honeycomb/vpp/test/util/FutureProducer.java b/vpp-common/vpp-translate-test/src/main/java/io/fd/honeycomb/vpp/test/util/FutureProducer.java index 6a81549f2..a75b3c0ab 100644 --- a/vpp-common/vpp-translate-test/src/main/java/io/fd/honeycomb/vpp/test/util/FutureProducer.java +++ b/vpp-common/vpp-translate-test/src/main/java/io/fd/honeycomb/vpp/test/util/FutureProducer.java @@ -18,8 +18,8 @@ package io.fd.honeycomb.vpp.test.util; import java.util.concurrent.CompletableFuture; import javax.annotation.Nonnull; -import org.openvpp.jvpp.VppCallbackException; -import org.openvpp.jvpp.core.future.FutureJVppCore; +import io.fd.vpp.jvpp.VppCallbackException; +import io.fd.vpp.jvpp.core.future.FutureJVppCore; /** *

VPP translation test helper, that produces instances of {@link CompletableFuture} with desired results.

diff --git a/vpp-common/vpp-translate-test/src/main/java/io/fd/honeycomb/vpp/test/util/InterfaceDumpHelper.java b/vpp-common/vpp-translate-test/src/main/java/io/fd/honeycomb/vpp/test/util/InterfaceDumpHelper.java index e7ebd0d88..c88ad3f44 100644 --- a/vpp-common/vpp-translate-test/src/main/java/io/fd/honeycomb/vpp/test/util/InterfaceDumpHelper.java +++ b/vpp-common/vpp-translate-test/src/main/java/io/fd/honeycomb/vpp/test/util/InterfaceDumpHelper.java @@ -21,9 +21,9 @@ import static org.mockito.Mockito.when; import java.util.Collections; import javax.annotation.Nonnull; -import org.openvpp.jvpp.core.dto.SwInterfaceDetails; -import org.openvpp.jvpp.core.dto.SwInterfaceDetailsReplyDump; -import org.openvpp.jvpp.core.future.FutureJVppCore; +import io.fd.vpp.jvpp.core.dto.SwInterfaceDetails; +import io.fd.vpp.jvpp.core.dto.SwInterfaceDetailsReplyDump; +import io.fd.vpp.jvpp.core.future.FutureJVppCore; /** * VPP translation test helper, that helps stubbing {@link FutureJVppCore#swInterfaceDump}. -- cgit 1.2.3-korg