mirror of
https://github.com/corda/corda.git
synced 2025-06-19 15:43:52 +00:00
Docs were missing final brace (#3551)
This commit is contained in:
@ -40,5 +40,5 @@ class DummyContractV2 : UpgradedContractWithLegacyConstraint<DummyContract.State
|
|||||||
override fun verify(tx: LedgerTransaction) {
|
override fun verify(tx: LedgerTransaction) {
|
||||||
// Other verifications.
|
// Other verifications.
|
||||||
}
|
}
|
||||||
// DOCEND 1
|
|
||||||
}
|
}
|
||||||
|
// DOCEND 1
|
||||||
|
Reference in New Issue
Block a user