Skip to content

Commit 27ce955

Browse files
committed
2.x: Fix Javadoc warnings on empty <p>
1 parent 83f2bd7 commit 27ce955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/io/reactivex/Flowable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5481,7 +5481,7 @@ public final T blockingFirst(T defaultItem) {
54815481
* <em>Note:</em> the method will only return if the upstream terminates or the current
54825482
* thread is interrupted.
54835483
* <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
54855485
* {@link #subscribe(Consumer)} executes the consumer on the original caller thread of the
54865486
* sequence.
54875487
* <dl>

src/main/java/io/reactivex/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5027,7 +5027,7 @@ public final T blockingFirst(T defaultItem) {
50275027
* <em>Note:</em> the method will only return if the upstream terminates or the current
50285028
* thread is interrupted.
50295029
* <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
50315031
* {@link #subscribe(Consumer)} executes the consumer on the original caller thread of the
50325032
* sequence.
50335033
* <dl>

0 commit comments

Comments
 (0)