mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-22 14:22:45 +01:00
BockFileLoader: make field fileIt
immutable
This commit is contained in:
parent
2d054d4e49
commit
21217e3c0b
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class BlockFileLoader implements Iterable<Block>, Iterator<Block> {
|
|||
return defaultBlocksDir;
|
||||
}
|
||||
|
||||
private Iterator<File> fileIt;
|
||||
private final Iterator<File> fileIt;
|
||||
private File file = null;
|
||||
private FileInputStream currentFileStream = null;
|
||||
private Block nextBlock = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue