From 4e62e92dafd12e1c394a9c003896e066a8e8bb71 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 2 Jul 2019 17:17:57 +0800 Subject: [PATCH] update doc --- docs/generators/java-vertx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/generators/java-vertx.md b/docs/generators/java-vertx.md index 244e2315c9cc..e3d2946a3a90 100644 --- a/docs/generators/java-vertx.md +++ b/docs/generators/java-vertx.md @@ -42,6 +42,6 @@ sidebar_label: java-vertx |parentArtifactId|parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect| |null| |parentVersion|parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect| |null| |snapshotVersion|Uses a SNAPSHOT version.|
**true**
Use a SnapShot Version
**false**
Use a Release Version
|null| -|rxInterface|When specified, API interfaces are generated with RxJava and methods return Single<> and Completable.| |false| -|rxVersion2|When specified in combination with **rxInterface**, package imports are generated for RxJava2.| |false| +|rxInterface|When specified, API interfaces are generated with RX and methods return Single<> and Comparable.| |false| +|rxVersion2|When specified in combination with rxInterface, API interfaces are generated with RxJava2.| |false| |vertxSwaggerRouterVersion|Specify the version of the swagger router library| |null|