Fixes java-docs breaking typo.

This commit is contained in:
Joel Dudley 2017-10-02 14:53:33 +01:00 committed by GitHub
parent 33e8105a29
commit 0ec75f0097

View File

@ -20,8 +20,8 @@ import java.util.*
class ResolveTransactionsFlow(private val txHashes: Set<SecureHash>,
private val otherSide: FlowSession) : FlowLogic<List<SignedTransaction>>() {
/**
* Resolves and validates the dependencies of the specified [signedTransaction]. Fetches the attachments, but does
* *not* validate or store the [signedTransaction] itself.
* Resolves and validates the dependencies of the specified [SignedTransaction]. Fetches the attachments, but does
* *not* validate or store the [SignedTransaction] itself.
*
* @return a list of verified [SignedTransaction] objects, in a depth-first order.
*/