Skip to content

Commit

Permalink
Fix typo in javadoc (ReactiveX#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlsrb6342 authored and RobWin committed Jul 9, 2019
1 parent bf2d962 commit fc0bf42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public final Builder recordExceptions(@Nullable Class<? extends Throwable>... er
* Configures a list of error classes that are ignored as a failure and thus do not increase the failure rate.
* Any exception matching or inheriting from one of the list will not count as a failure, even if marked via
*
* @param errorClasses the error classes that are recorded
* @param errorClasses the error classes that are ignored
* @return the CircuitBreakerConfig.Builder
* @see #recordExceptions(Class[]) . Ignoring an exception has priority over recording an exception.
* <p>
Expand Down

0 comments on commit fc0bf42

Please sign in to comment.