Skip to content

Commit 29b6114

Browse files
committed
Remove usage of useFutures member
1 parent 59a4f3b commit 29b6114

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

vertx-db2-client/src/main/java/io/vertx/db2client/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
@ModuleGen(name = "vertx-db2-client", groupPackage = "io.vertx", useFutures = true)
16+
@ModuleGen(name = "vertx-db2-client", groupPackage = "io.vertx")
1717
package io.vertx.db2client;
1818

1919
import io.vertx.codegen.annotations.ModuleGen;

vertx-mssql-client/src/main/java/io/vertx/mssqlclient/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1010
*/
1111

12-
@ModuleGen(name = "vertx-mssql-client", groupPackage = "io.vertx", useFutures = true)
12+
@ModuleGen(name = "vertx-mssql-client", groupPackage = "io.vertx")
1313
package io.vertx.mssqlclient;
1414

1515
import io.vertx.codegen.annotations.ModuleGen;

vertx-mysql-client/src/main/java/io/vertx/mysqlclient/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
*/
1717

18-
@ModuleGen(name = "vertx-mysql-client", groupPackage = "io.vertx", useFutures = true)
18+
@ModuleGen(name = "vertx-mysql-client", groupPackage = "io.vertx")
1919
package io.vertx.mysqlclient;
2020

2121
import io.vertx.codegen.annotations.ModuleGen;

vertx-oracle-client/src/main/java/io/vertx/oracleclient/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1010
*/
11-
@ModuleGen(name = "vertx-oracle-client", groupPackage = "io.vertx", useFutures = true)
11+
@ModuleGen(name = "vertx-oracle-client", groupPackage = "io.vertx")
1212
package io.vertx.oracleclient;
1313

1414
import io.vertx.codegen.annotations.ModuleGen;

vertx-pg-client/src/main/java/io/vertx/pgclient/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
*/
1717

18-
@ModuleGen(name = "vertx-pg-client", groupPackage = "io.vertx", useFutures = true)
18+
@ModuleGen(name = "vertx-pg-client", groupPackage = "io.vertx")
1919
package io.vertx.pgclient;
2020

2121
import io.vertx.codegen.annotations.ModuleGen;

vertx-sql-client-templates/src/main/java/io/vertx/sqlclient/templates/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
*/
1717

18-
@ModuleGen(name = "vertx-sql-templates", groupPackage = "io.vertx", useFutures = true)
18+
@ModuleGen(name = "vertx-sql-templates", groupPackage = "io.vertx")
1919
package io.vertx.sqlclient.templates;
2020

2121
import io.vertx.codegen.annotations.ModuleGen;

vertx-sql-client/src/main/java/io/vertx/sqlclient/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
*/
1717

18-
@ModuleGen(name = "vertx-sql-client", groupPackage = "io.vertx", useFutures = true)
18+
@ModuleGen(name = "vertx-sql-client", groupPackage = "io.vertx")
1919
package io.vertx.sqlclient;
2020

2121
import io.vertx.codegen.annotations.ModuleGen;

0 commit comments

Comments
 (0)