X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=nsh%2Fimpl%2Fsrc%2Fmain%2Fjava%2Fio%2Ffd%2Fhoneycomb%2Fvppnsh%2Fimpl%2Foper%2FNshMapReaderCustomizer.java;h=31211e63e677649df1ecbf3796dd79aa2284e763;hb=2becd5cf520d677f06fdca533ef745f70a277ff3;hp=4f3e6a1ef6133182f8a1212443f6ef8305618512;hpb=294c3c042b442c9e5a533c9deb53c49f6671a7d7;p=honeycomb.git diff --git a/nsh/impl/src/main/java/io/fd/honeycomb/vppnsh/impl/oper/NshMapReaderCustomizer.java b/nsh/impl/src/main/java/io/fd/honeycomb/vppnsh/impl/oper/NshMapReaderCustomizer.java index 4f3e6a1ef..31211e63e 100755 --- a/nsh/impl/src/main/java/io/fd/honeycomb/vppnsh/impl/oper/NshMapReaderCustomizer.java +++ b/nsh/impl/src/main/java/io/fd/honeycomb/vppnsh/impl/oper/NshMapReaderCustomizer.java @@ -23,8 +23,8 @@ import static com.google.common.base.Preconditions.checkState; import io.fd.honeycomb.translate.read.ReadContext; import io.fd.honeycomb.translate.read.ReadFailedException; import io.fd.honeycomb.translate.spi.read.ListReaderCustomizer; -import io.fd.honeycomb.translate.v3po.util.JvppReplyConsumer; -import io.fd.honeycomb.translate.v3po.util.NamingContext; +import io.fd.honeycomb.translate.vpp.util.JvppReplyConsumer; +import io.fd.honeycomb.translate.vpp.util.NamingContext; import io.fd.honeycomb.vppnsh.impl.util.FutureJVppNshCustomizer; import java.util.ArrayList; import java.util.Collections;