mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01: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
|
||||
* 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
|
||||
* other global configuration of use.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user