mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 14:40:40 +01:00
BlockTest: Remove unneeded suppress deprecation warning
This commit is contained in:
parent
56a1e24ed2
commit
5ccc41f35b
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ public class BlockTest {
|
|||
block700000.verify(Block.BLOCK_HEIGHT_GENESIS, EnumSet.noneOf(Block.VerifyFlag.class));
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
@Test
|
||||
public void testDate() throws Exception {
|
||||
assertEquals("2016-02-13T22:59:39Z", Utils.dateTimeFormat(block700000.getTime()));
|
||||
|
|
Loading…
Add table
Reference in a new issue