Add @SuppressWarnings

This commit is contained in:
Gary Gregory 2024-05-25 09:33:34 -04:00
parent 26f54fc882
commit a7a1e17d8b
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ public class DurationFormatUtilsTest extends AbstractLangTest {
new int[] { 2006, 1, 26, 10, 47, 34 }, "yyyy/MM/dd HH:mm:ss SSS");
}
@SuppressWarnings("deprecation")
@Test
public void testConstructor() {
assertNotNull(new DurationFormatUtils());