CORDA-1175 Docs numbering issue and counterparty consistency. (#2744)

This commit is contained in:
Konstantinos Chalkias
2018-03-06 14:22:38 +00:00
committed by GitHub
parent 65bfc833d3
commit 4121f70da3
10 changed files with 34 additions and 34 deletions

View File

@ -29,7 +29,7 @@ interface StartedNode<out N : AbstractNode> {
/**
* Use this method to register your initiated flows in your tests. This is automatically done by the node when it
* starts up for all [FlowLogic] classes it finds which are annotated with [InitiatedBy].
* @return An [Observable] of the initiated flows started by counter-parties.
* @return An [Observable] of the initiated flows started by counterparties.
*/
fun <T : FlowLogic<*>> registerInitiatedFlow(initiatedFlowClass: Class<T>) = internals.registerInitiatedFlow(smm, initiatedFlowClass)