mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 19:25:51 +00:00
Fix class javadoc in Context
This commit is contained in:
parent
257aacf81b
commit
f1d2a48a2e
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user