Skip to content

Commit 0c3bd58

Browse files
committed
Merge pull request ReactiveX#104 from ReactiveX/jw/useless-javadoc
Remove redundant documentation.
2 parents e6b0b6f + fbf380f commit 0c3bd58

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ private AndroidSubscriptions() {
2727
}
2828

2929
/**
30-
* Create a {@link Subscription} that always runs <code>unsubscribe</code> in the UI thread.
31-
*
32-
* @param unsubscribe
33-
* @return a {@link Subscription} that always runs <code>unsubscribe</code> in the UI thread.
30+
* Create a {@link Subscription} that always runs the specified {@code unsubscribe} on the
31+
* UI thread.
3432
*/
3533
public static Subscription unsubscribeInUiThread(final Action0 unsubscribe) {
3634
return Subscriptions.create(new Action0() {

0 commit comments

Comments
 (0)