Improve participants JavaDocs. (#3429)

* Improve participants JavaDocs.

* Wording consistent with terminology.
This commit is contained in:
Joel Dudley 2018-06-27 09:39:56 +01:00 committed by GitHub
parent f529a2a88e
commit 968fcc718a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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