Removed suppressed warning
This commit is contained in:
parent
1dd319ddee
commit
4330423743
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue