Skip to content

Commit

Permalink
final channel
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Aug 1, 2024
1 parent 38d7d6c commit 1b7ef72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/store/SPVBlockStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected boolean removeEldestEntry(Map.Entry<Sha256Hash, Object> entry) {
// Used to stop other applications/processes from opening the store.
protected FileLock fileLock = null;
protected RandomAccessFile randomAccessFile = null;
private FileChannel channel;
private final FileChannel channel;
private int fileLength;

/**
Expand Down

0 comments on commit 1b7ef72

Please sign in to comment.