mirror of
https://github.com/corda/corda.git
synced 2025-01-20 03:36:29 +00:00
Fixes java-docs breaking typo.
This commit is contained in:
parent
33e8105a29
commit
0ec75f0097
@ -20,8 +20,8 @@ import java.util.*
|
|||||||
class ResolveTransactionsFlow(private val txHashes: Set<SecureHash>,
|
class ResolveTransactionsFlow(private val txHashes: Set<SecureHash>,
|
||||||
private val otherSide: FlowSession) : FlowLogic<List<SignedTransaction>>() {
|
private val otherSide: FlowSession) : FlowLogic<List<SignedTransaction>>() {
|
||||||
/**
|
/**
|
||||||
* Resolves and validates the dependencies of the specified [signedTransaction]. Fetches the attachments, but does
|
* Resolves and validates the dependencies of the specified [SignedTransaction]. Fetches the attachments, but does
|
||||||
* *not* validate or store the [signedTransaction] itself.
|
* *not* validate or store the [SignedTransaction] itself.
|
||||||
*
|
*
|
||||||
* @return a list of verified [SignedTransaction] objects, in a depth-first order.
|
* @return a list of verified [SignedTransaction] objects, in a depth-first order.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user