Removed suppressed warning

This commit is contained in:
Luca Frosini 2021-03-08 18:46:21 +01:00
parent 1dd319ddee
commit 4330423743
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ public class PolymorphismTest {
Facet f = ElementMapper.unmarshal(Facet.class, MY_TEST_FACET);
logger.debug("\n\n{} {}\n\n", f.getClass().getSimpleName(), f);
@SuppressWarnings("rawtypes")
ConsistsOf c = ElementMapper.unmarshal(ConsistsOf.class, MY_CONSISTS_OF);
ConsistsOf<?,?> c = ElementMapper.unmarshal(ConsistsOf.class, MY_CONSISTS_OF);
logger.debug("{} {}\n\n", c.getClass().getSimpleName(), c);
String[] eServices = new String[]{NYESERVICE, MYESERVICE, MYOTHERESERVICE, MYANOTHERESERVICE, NYESERVICE2, MYANOTHERESERVICE2};