From 968fcc718ae8fc3962b1794b16b5b252608817fa Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Wed, 27 Jun 2018 09:39:56 +0100 Subject: [PATCH] Improve participants JavaDocs. (#3429) * Improve participants JavaDocs. * Wording consistent with terminology. --- core/src/main/kotlin/net/corda/core/contracts/ContractState.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/kotlin/net/corda/core/contracts/ContractState.kt b/core/src/main/kotlin/net/corda/core/contracts/ContractState.kt index c932d503ad..3b89363658 100644 --- a/core/src/main/kotlin/net/corda/core/contracts/ContractState.kt +++ b/core/src/main/kotlin/net/corda/core/contracts/ContractState.kt @@ -16,7 +16,7 @@ import net.corda.core.serialization.CordaSerializable @CordaSerializable interface ContractState { /** - * A _participant_ is any party that is able to consume this state in a valid transaction. + * A _participant_ is any party that should be notified when the state is created or consumed. * * The list of participants is required for certain types of transactions. For example, when changing the notary * for this state, every participant has to be involved and approve the transaction