mirror of
https://github.com/corda/corda.git
synced 2025-02-25 11:03:01 +00:00
Minor text update
This commit is contained in:
parent
2fffef5701
commit
8241911e0e
@ -221,14 +221,14 @@ class NodeVaultService(
|
||||
return PreventSubscriptionsSubject(_rawUpdatesPublisher) {
|
||||
log.error(
|
||||
"Flow ${it.logic::class.java.name} tried to subscribe an Rx.Observer to VaultService.rawUpdates " +
|
||||
"- Rx.Observables should only be subscribed outside the context of a flow " +
|
||||
"- Rx.Observables should only be subscribed to outside the context of a flow " +
|
||||
"- the subscription did not succeed " +
|
||||
"- aborting the flow "
|
||||
)
|
||||
|
||||
FlowException(
|
||||
"Flow ${it.logic::class.java.name} tried to subscribe an Rx.Observer to VaultService.rawUpdates " +
|
||||
"- Rx.Observables should only be subscribed outside the context of a flow " +
|
||||
"- Rx.Observables should only be subscribed to outside the context of a flow " +
|
||||
"- the subscription did not succeed "
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user