Skip to content

Commit aeadf7b

Browse files
vietjhu-chia
authored andcommitted
Update to latest JPMS changes
1 parent 0409169 commit aeadf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertx-grpc-server/src/main/java/io/vertx/grpc/server/impl/GrpcServerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import io.vertx.core.buffer.Buffer;
1717
import io.vertx.core.http.HttpServerRequest;
1818
import io.vertx.core.http.HttpVersion;
19-
import io.vertx.core.http.impl.HttpServerRequestInternal;
19+
import io.vertx.core.internal.http.HttpServerRequestInternal;
2020
import io.vertx.core.internal.ContextInternal;
2121
import io.vertx.core.internal.logging.Logger;
2222
import io.vertx.core.internal.logging.LoggerFactory;

0 commit comments

Comments
 (0)