mirror of
https://github.com/corda/corda.git
synced 2025-02-25 11:03:01 +00:00
Minor text correction
This commit is contained in:
parent
ddbcba3f2e
commit
a194c79e5f
@ -65,7 +65,7 @@ class FlowSafeSubscriber<T>(actual: Subscriber<in T>) : SafeSubscriber<T>(actual
|
||||
|
||||
/**
|
||||
* We throw [OnNextFailedException] to pass the exception back through the preceding [Subscriber] chain
|
||||
* without triggering any [SafeSubscriber.onError]s. Since we extending an [OnErrorNotImplementedException]
|
||||
* without triggering any [SafeSubscriber.onError]s. Since we are extending an [OnErrorNotImplementedException]
|
||||
* the exception will be re-thrown at [Exceptions.throwOrReport].
|
||||
*/
|
||||
@VisibleForTesting
|
||||
|
Loading…
x
Reference in New Issue
Block a user