Skip to content

Commit

Permalink
Update to use the correct NetSocketInternal new package
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Aug 2, 2024
1 parent f758df2 commit 1d6872b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/vertx/ext/stomp/impl/StompClientImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
import io.vertx.core.Handler;
import io.vertx.core.Promise;
import io.vertx.core.Vertx;
import io.vertx.core.net.NetSocket;
import io.vertx.core.internal.ContextInternal;
import io.vertx.core.internal.logging.Logger;
import io.vertx.core.internal.logging.LoggerFactory;
import io.vertx.core.net.NetSocket;
import io.vertx.core.net.impl.NetClientInternal;
import io.vertx.core.internal.net.NetClientInternal;
import io.vertx.ext.stomp.*;
import io.vertx.ext.stomp.utils.Headers;

Expand Down

0 comments on commit 1d6872b

Please sign in to comment.