From 5d04bd2cadd0a70f1ab0d356d6af62aea4d3da02 Mon Sep 17 00:00:00 2001 From: Andras Slemmer Date: Thu, 1 Sep 2016 09:38:04 +0100 Subject: [PATCH] client: Small comment correction --- client/src/main/kotlin/com/r3corda/client/testing/Expect.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/main/kotlin/com/r3corda/client/testing/Expect.kt b/client/src/main/kotlin/com/r3corda/client/testing/Expect.kt index cc3cdba34d..9281af5b85 100644 --- a/client/src/main/kotlin/com/r3corda/client/testing/Expect.kt +++ b/client/src/main/kotlin/com/r3corda/client/testing/Expect.kt @@ -17,7 +17,7 @@ import rx.Observable * * Example usage: * - * val stream: EventStream = (..) + * val stream: Ovservable = (..) * stream.expectEvents( * sequence( * expect { event: SomeEvent.A -> require(event.isOk()) },