File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
language-adaptors/rxjava-scala/src Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
package rx .lang .scala
17
17
18
+ /**
19
+ * This is the old Scala adaptor. It is kept here for backwards compatibility.
20
+ * The new adaptor is {@code rx.lang.scala.Observable}.
21
+ */
22
+ @ deprecated(" use rx.lang.scala.Observable instead" , " 0.14" )
18
23
object RxImplicits {
19
24
import java .{ lang => jlang }
20
25
import language .implicitConversions
Original file line number Diff line number Diff line change @@ -17,7 +17,10 @@ package rx.lang.scala
17
17
18
18
import org .scalatest .junit .JUnitSuite
19
19
20
- class UnitTestSuite extends JUnitSuite {
20
+ /**
21
+ * This is the test suite for the old Scala adaptor.
22
+ */
23
+ class OldUnitTestSuite extends JUnitSuite {
21
24
import rx .lang .scala .RxImplicits ._
22
25
23
26
import org .junit .{ Before , Test }
You can’t perform that action at this time.
0 commit comments