Skip to content

Commit

Permalink
Delete self-closing element in javadoc (ReactiveX#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlsrb6342 authored Feb 3, 2020
1 parent 9ca459a commit 7c08ca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* .decorate();
* }</pre>
*
* This results in the following composition when executing the supplier: <br/>
* This results in the following composition when executing the supplier: <br>
* <pre>Fallback(Retry(CircuitBreaker(Supplier)))</pre>
*
* This means the Supplier is called first, then it’s result is handled by the CircuitBreaker, then Retry and then Fallback.
Expand Down

0 comments on commit 7c08ca5

Please sign in to comment.