mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 10:15:52 +00:00
BOBS: Suppress deprecation warning.
This commit is contained in:
parent
d92f944564
commit
cb670bdc39
@ -28,6 +28,7 @@ import java.io.File;
|
|||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.assertEquals;
|
||||||
import static org.junit.Assert.fail;
|
import static org.junit.Assert.fail;
|
||||||
|
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
public class BoundedOverheadBlockStoreTest {
|
public class BoundedOverheadBlockStoreTest {
|
||||||
@Rule
|
@Rule
|
||||||
public TemporaryFolder folder = new TemporaryFolder();
|
public TemporaryFolder folder = new TemporaryFolder();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user