Minor: note in the DummyState doc that it's not a part of DummyContract despite the name.

This commit is contained in:
Mike Hearn 2016-09-06 12:10:04 +02:00
parent f3b4379e06
commit ad6c59d742

View File

@ -3,7 +3,7 @@ package com.r3corda.core.contracts
import java.security.PublicKey
/**
* Dummy state for use in testing. Not part of any real contract.
* Dummy state for use in testing. Not part of any contract, not even the [DummyContract].
*/
data class DummyState(val magicNumber: Int = 0) : ContractState {
override val contract = DUMMY_PROGRAM_ID