Skip to content

Commit 4f3e7e7

Browse files
committed
Adapt to vertx-core internal packages
1 parent c63a202 commit 4f3e7e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/io/vertx/httpproxy/impl/ProxiedRequest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
import io.vertx.core.http.HttpServerRequest;
2323
import io.vertx.core.http.HttpVersion;
2424
import io.vertx.core.http.impl.HttpServerRequestInternal;
25-
import io.vertx.core.impl.ContextInternal;
25+
import io.vertx.core.internal.ContextInternal;
2626
import io.vertx.core.net.HostAndPort;
27-
import io.vertx.core.net.impl.HostAndPortImpl;
2827
import io.vertx.core.streams.Pipe;
2928
import io.vertx.httpproxy.Body;
3029
import io.vertx.httpproxy.ProxyRequest;

0 commit comments

Comments
 (0)