mirror of
https://github.com/corda/corda.git
synced 2025-04-12 21:53:17 +00:00
Minor: correct typo in api doc comment
This commit is contained in:
parent
77fd7941f9
commit
283d9a031c
@ -7,7 +7,7 @@ import java.io.FileNotFoundException
|
||||
/**
|
||||
* Looks up identities and attachments from storage to generate a [LedgerTransaction].
|
||||
*
|
||||
* @throws FileNotFoundException if a required transaction was not found in storage.
|
||||
* @throws FileNotFoundException if a required attachment was not found in storage.
|
||||
*/
|
||||
fun WireTransaction.toLedgerTransaction(identityService: IdentityService,
|
||||
attachmentStorage: AttachmentStorage): LedgerTransaction {
|
||||
|
Loading…
x
Reference in New Issue
Block a user