Docs were missing final brace (#3551)

This commit is contained in:
Joel Dudley
2018-07-12 17:48:09 +01:00
committed by GitHub
parent df84dd5a33
commit 2db5e0e158

View File

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