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 cd7d82d commit 96dd71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/vertx/cassandra/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@ModuleGen(name = "vertx-cassandra", groupPackage = "io.vertx", useFutures = true)
@ModuleGen(name = "vertx-cassandra", groupPackage = "io.vertx")
package io.vertx.cassandra;

import io.vertx.codegen.annotations.ModuleGen;

0 comments on commit 96dd71f

Please sign in to comment.