Skip to content

Commit

Permalink
Fix incorrect package for JsonGen annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Dec 7, 2023
1 parent a34dfe8 commit 84f8642
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import com.datastax.oss.driver.api.core.CqlSession;
import com.datastax.oss.driver.api.core.CqlSessionBuilder;
import io.vertx.codegen.annotations.DataObject;
import io.vertx.codegen.annotations.JsonGen;
import io.vertx.codegen.json.annotations.JsonGen;
import io.vertx.core.json.JsonObject;
import io.vertx.core.tracing.TracingPolicy;

Expand Down

0 comments on commit 84f8642

Please sign in to comment.