mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01:00
Make Context.confidenceTable private. The getter method can be overridden if a subclass wishes to modify this object.
This commit is contained in:
parent
04bc624a91
commit
5a824f8411
@ -13,7 +13,7 @@ import static com.google.common.base.Preconditions.checkState;
|
||||
*/
|
||||
public class Context {
|
||||
private static final Logger log = LoggerFactory.getLogger(Context.class);
|
||||
protected TxConfidenceTable confidenceTable;
|
||||
private TxConfidenceTable confidenceTable;
|
||||
|
||||
/**
|
||||
* Creates a new context object. For now, this will be done for you by the framework. Eventually you will be
|
||||
|
Loading…
Reference in New Issue
Block a user