mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 14:50:57 +01:00
Fix class javadoc in Context
This commit is contained in:
parent
257aacf81b
commit
f1d2a48a2e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue