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.
1 parent 3a61819 commit fc8ea03Copy full SHA for fc8ea03
language-adaptors/rxjava-scala/src/main/scala/rx/lang/scala/observables/package.scala
@@ -18,7 +18,7 @@ package rx.lang.scala
18
/**
19
* Contains special Observables.
20
*
21
- * In Scala, this package only contains [[BlockingObservable]].
+ * In Scala, this package only contains [[rx.lang.scala.observables.BlockingObservable]].
22
* In the corresponding Java package `rx.observables`, there is also a
23
* `GroupedObservable` and a `ConnectableObservable`, but these are not needed
24
* in Scala, because we use a pair `(key, observable)` instead of `GroupedObservable`
0 commit comments