File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/io/reactivex Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5481,7 +5481,7 @@ public final T blockingFirst(T defaultItem) {
5481
5481
* <em>Note:</em> the method will only return if the upstream terminates or the current
5482
5482
* thread is interrupted.
5483
5483
* <p>
5484
- * <p> This method executes the {@code Consumer} on the current thread while
5484
+ * This method executes the {@code Consumer} on the current thread while
5485
5485
* {@link #subscribe(Consumer)} executes the consumer on the original caller thread of the
5486
5486
* sequence.
5487
5487
* <dl>
Original file line number Diff line number Diff line change @@ -5027,7 +5027,7 @@ public final T blockingFirst(T defaultItem) {
5027
5027
* <em>Note:</em> the method will only return if the upstream terminates or the current
5028
5028
* thread is interrupted.
5029
5029
* <p>
5030
- * <p> This method executes the {@code Consumer} on the current thread while
5030
+ * This method executes the {@code Consumer} on the current thread while
5031
5031
* {@link #subscribe(Consumer)} executes the consumer on the original caller thread of the
5032
5032
* sequence.
5033
5033
* <dl>
You can’t perform that action at this time.
0 commit comments