Minor: correct typo in api doc comment

This commit is contained in:
Mike Hearn 2016-04-19 16:49:45 +02:00
parent 77fd7941f9
commit 283d9a031c

View File

@ -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 {