3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-07 14:54:15 +00:00

BOBS: Suppress deprecation warning.

This commit is contained in:
Mike Hearn 2013-04-01 18:02:29 +01:00
parent d92f944564
commit cb670bdc39

View File

@ -28,6 +28,7 @@ import java.io.File;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
@SuppressWarnings("deprecation")
public class BoundedOverheadBlockStoreTest {
@Rule
public TemporaryFolder folder = new TemporaryFolder();