mirror of
https://github.com/corda/corda.git
synced 2025-03-19 18:45:28 +00:00
Minor kdoc update
This commit is contained in:
parent
1319da6b50
commit
bececa153d
@ -9,7 +9,7 @@ import rx.subjects.Subject
|
||||
|
||||
/**
|
||||
* [FlowSafeSubject] is used to unwrap an [Observer] from a [SafeSubscriber], re-wrap it with a [FlowSafeSubscriber]
|
||||
* and then subscribe it to its underlying [Subject]. It is only used therefore, to provide its underlying [Subject] with
|
||||
* and then subscribe it to its underlying [Subject]. It is only used, to provide its underlying [Subject] with
|
||||
* subscribing of non unsubscribing [rx.Observer]s.
|
||||
*
|
||||
* Upon [rx.Observable.subscribe] it will wrap everything that is a non [SafeSubscriber] with a [FlowSafeSubscriber] the same way
|
||||
|
Loading…
x
Reference in New Issue
Block a user