Skip to content

Commit fb9b520

Browse files
committed
fix some javadoc error on reactive modules
1 parent 50cf35c commit fb9b520

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

jooby-mongodb-rx/src/main/java/org/jooby/mongodb/MongoRx.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@
215215
* <p>
216216
* Multiple databases are supported by adding multiple {@link MongoRx} instances to your
217217
* application:
218-
* <p>
218+
* </p>
219+
*
219220
* <pre>{@code
220221
* {
221222
* // required by MongoRx

jooby-reactor/src/main/java/org/jooby/reactor/Reactor.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ public static Route.Mapper<Object> reactor(final Function<Flux, Flux> flux,
202202
* }
203203
* }</pre>
204204
*
205-
* @param flux A flux adapter.
206-
* @param mono A mono adapter.
207205
* @return A new mapper.
208206
*/
209207
public static Route.Mapper<Object> reactor() {

0 commit comments

Comments
 (0)