Skip to content

Commit 91346ce

Browse files
committed
Fix javadoc sentence warning
1 parent 6d03407 commit 91346ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/io/reactivex/plugins/RxJavaPluginsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ public void uncaughtException(Thread t, Throwable e) {
11701170
}
11711171

11721172
/**
1173-
* Ensure set*() accepts a consumers/functions with wider bounds
1173+
* Ensure set*() accepts a consumers/functions with wider bounds.
11741174
* @throws Exception on error
11751175
*/
11761176
@Test

src/test/java/io/reactivex/schedulers/NewThreadSchedulerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public void run() {
117117
}
118118

119119
/**
120-
* Regression test to ensure there is no NPE when the worker has been disposed
120+
* Regression test to ensure there is no NPE when the worker has been disposed.
121121
* @throws Exception on error
122122
*/
123123
@Test

0 commit comments

Comments
 (0)