Remove one superfluous @SuppressWarnings

This commit is contained in:
Gary Gregory 2024-05-14 09:15:15 -04:00
parent 88ab71b194
commit 1b5f9d1af8
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ abstract class Test1<G> {
/**
* Test TypeUtils
*/
@SuppressWarnings({ "unchecked", "unused", "rawtypes" })
@SuppressWarnings({ "unused", "rawtypes" })
//raw types, where used, are used purposely
public class TypeUtilsTest<B> extends AbstractLangTest {