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 e6b0b6f + fbf380f commit 0c3bd58Copy full SHA for 0c3bd58
rxandroid/src/main/java/rx/android/AndroidSubscriptions.java
@@ -27,10 +27,8 @@ private AndroidSubscriptions() {
27
}
28
29
/**
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.
+ * Create a {@link Subscription} that always runs the specified {@code unsubscribe} on the
+ * UI thread.
34
*/
35
public static Subscription unsubscribeInUiThread(final Action0 unsubscribe) {
36
return Subscriptions.create(new Action0() {
0 commit comments