Skip to content

Commit

Permalink
Fix continueOnError default value in java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kse-music committed Apr 9, 2024
1 parent 4e28a82 commit b233d00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public Mono<Authentication> convert(ServerWebExchange exchange) {
}

/**
* Continue iterating when a delegate errors, defaults to {@code true}
* Continue iterating when a delegate errors, defaults to {@code false}
* @param continueOnError whether to continue when a delegate errors
* @since 6.3
*/
Expand Down

0 comments on commit b233d00

Please sign in to comment.