We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57d7a4c + 402d01b commit fc29ac0Copy full SHA for fc29ac0
rxandroid/src/main/java/rx/android/MainThreadSubscription.java
@@ -30,7 +30,7 @@
30
* A {@link #verifyMainThread() convenience method} is also provided for validating whether code
31
* is being called on the main thread. Calls to this method along with instances of this class are
32
* commonly used when creating custom observables using the following pattern:
33
- * <pre>{@code
+ * <pre><code>
34
* @Override public void call(Subscriber<? extends T> subscriber) {
35
* MainThreadSubscription.verifyMainThread();
36
*
@@ -42,7 +42,7 @@
42
* }
43
* });
44
45
- * }</pre>
+ * </code></pre>
46
*/
47
public abstract class MainThreadSubscription implements Subscription {
48
/**
0 commit comments