mirror of
https://github.com/corda/corda.git
synced 2025-06-16 14:18:20 +00:00
Remove superfluous semicolon
This commit is contained in:
@ -43,7 +43,7 @@ class Cash : Contract {
|
|||||||
* to evolve without requiring code changes. But creates a risk that users create objects governed by a program
|
* to evolve without requiring code changes. But creates a risk that users create objects governed by a program
|
||||||
* that is inconsistent with the legal contract
|
* that is inconsistent with the legal contract
|
||||||
*/
|
*/
|
||||||
override val legalContractReference: SecureHash = SecureHash.sha256("https://www.big-book-of-banking-law.gov/cash-claims.html");
|
override val legalContractReference: SecureHash = SecureHash.sha256("https://www.big-book-of-banking-law.gov/cash-claims.html")
|
||||||
|
|
||||||
/** A state representing a cash claim against some party */
|
/** A state representing a cash claim against some party */
|
||||||
data class State(
|
data class State(
|
||||||
|
Reference in New Issue
Block a user