3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-15 03:35:52 +00:00

SPVBlockStore: Fix JavaDoc param.

This commit is contained in:
Andreas Schildbach 2018-05-01 23:03:40 +02:00
parent aaa5262ef4
commit fb33e72ad2

View File

@ -95,7 +95,7 @@ public class SPVBlockStore implements BlockStore {
* it's missing. This operation will block on disk. * it's missing. This operation will block on disk.
* @param file file to use for the block store * @param file file to use for the block store
* @param capacity custom capacity in number of block headers * @param capacity custom capacity in number of block headers
* @param wether or not to migrate an existing block store of different capacity * @param grow wether or not to migrate an existing block store of different capacity
* @throws BlockStoreException if something goes wrong * @throws BlockStoreException if something goes wrong
*/ */
public SPVBlockStore(NetworkParameters params, File file, int capacity, boolean grow) throws BlockStoreException { public SPVBlockStore(NetworkParameters params, File file, int capacity, boolean grow) throws BlockStoreException {