3
0
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:
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.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();