Skip to content

Commit

Permalink
Remove usage of useFutures member
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Dec 10, 2024
1 parent c11a8f6 commit 22371b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/vertx/amqp/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* You may elect to redistribute this code under either of these licenses.
*/
@ModuleGen(name = "vertx-amqp-client", groupPackage = "io.vertx", useFutures = true)
@ModuleGen(name = "vertx-amqp-client", groupPackage = "io.vertx")
package io.vertx.amqp;

import io.vertx.codegen.annotations.ModuleGen;

0 comments on commit 22371b3

Please sign in to comment.