3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-15 03:35:52 +00:00

Fix class javadoc in Context

This commit is contained in:
Mike Hearn 2015-02-27 19:57:46 +01:00
parent 257aacf81b
commit f1d2a48a2e

View File

@ -7,7 +7,7 @@ import static com.google.common.base.Preconditions.checkState;
/** /**
* The Context object holds various objects that are scoped to a specific instantiation of bitcoinj for a specific * The Context object holds various objects that are scoped to a specific instantiation of bitcoinj for a specific
* network. You can get an instance of this class through {@link AbstractBlockChain#getContext()}. At the momemnt it * network. You can get an instance of this class through calling {@link #get()}. At the moment it
* only contains a {@link org.bitcoinj.core.TxConfidenceTable} but in future it will likely contain file paths and * only contains a {@link org.bitcoinj.core.TxConfidenceTable} but in future it will likely contain file paths and
* other global configuration of use. * other global configuration of use.
*/ */