Skip to content

Commit

Permalink
fix logging package to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Sep 4, 2024
1 parent 93f23de commit 053b03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/noenv/wiremongo/WireMongo.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import io.vertx.core.Future;
import io.vertx.core.Vertx;
import io.vertx.core.buffer.Buffer;
import io.vertx.core.impl.logging.Logger;
import io.vertx.core.impl.logging.LoggerFactory;
import io.vertx.core.internal.logging.Logger;
import io.vertx.core.internal.logging.LoggerFactory;
import io.vertx.core.json.JsonObject;
import io.vertx.core.streams.ReadStream;

Expand Down

0 comments on commit 053b03f

Please sign in to comment.