[ https://issues.apache.org/jira/browse/UIMA-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jörn Kottmann reopened UIMA-1496: --------------------------------- Change breaks UimaTypeSystem2Ecore in uimaj-examples. The following piece of code does not compile anymore: CasCreationUtils.mergeTypeSystems(Arrays.asList(new Object[] { aTypeSystem })) to fix the compile error it should be changed to CasCreationUtils.mergeTypeSystems(Arrays.asList(new TypeSystemDescription[] { aTypeSystem })) > Generics for CasCreationUtils > ----------------------------- > > Key: UIMA-1496 > URL: https://issues.apache.org/jira/browse/UIMA-1496 > Project: UIMA > Issue Type: Improvement > Components: Core Java Framework > Affects Versions: 2.3 > Reporter: Jörn Kottmann > Assignee: Jörn Kottmann > Fix For: 2.3 > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.