Skip to content

Commit fc29ac0

Browse files
committed
Merge pull request ReactiveX#283 from ReactiveX/jw/javadoc
Correct rendered output of '@' in Javadoc.
2 parents 57d7a4c + 402d01b commit fc29ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rxandroid/src/main/java/rx/android/MainThreadSubscription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* A {@link #verifyMainThread() convenience method} is also provided for validating whether code
3131
* is being called on the main thread. Calls to this method along with instances of this class are
3232
* commonly used when creating custom observables using the following pattern:
33-
* <pre>{@code
33+
* <pre><code>
3434
* &#064;Override public void call(Subscriber<? extends T> subscriber) {
3535
* MainThreadSubscription.verifyMainThread();
3636
*
@@ -42,7 +42,7 @@
4242
* }
4343
* });
4444
* }
45-
* }</pre>
45+
* </code></pre>
4646
*/
4747
public abstract class MainThreadSubscription implements Subscription {
4848
/**

0 commit comments

Comments
 (0)