Skip to content

Commit eba7ccb

Browse files
author
jmhofer
committed
Merge branch 'master' into swing
2 parents ea3804e + 707d9cb commit eba7ccb

27 files changed

+467
-76
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
This is a breaking (non-backwards compatible) release that updates the Scheduler implementation released in 0.7.0.
1313

14-
See See https://github.com/Netflix/RxJava/issues/19 for background, discussion and status of Schedulers.
14+
See https://github.com/Netflix/RxJava/issues/19 for background, discussion and status of Schedulers.
1515

1616
It is believed that the public signatures of Scheduler and related objects is now stabilized but ongoing feedback and review by the community could still result in changes.
1717

rxjava-core/src/main/java/rx/Notification.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ public boolean hasException() {
9696
}
9797

9898
/**
99-
* The kind of notification: OnNext, OnError, OnCompleted
99+
* Retrieves the kind of the notification: OnNext, OnError, OnCompleted
100100
*
101-
* @return
101+
* @return the kind of the notification: OnNext, OnError, OnCompleted
102102
*/
103103
public Kind getKind() {
104104
return kind;

0 commit comments

Comments
 (0)