Skip to content

Commit

Permalink
Update incorrect type of aftertemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Nov 10, 2021
1 parent 2ff14bd commit 55de1e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ StepVerifier.FirstStep<? extends T> before(Mono<T> mono) {
}

@AfterTemplate
StepVerifier.FirstStep<? extends T> after(Flux<T> mono) {
StepVerifier.FirstStep<? extends T> after(Mono<T> mono) {
return mono.as(StepVerifier::create);
}
}
Expand Down

0 comments on commit 55de1e9

Please sign in to comment.