You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org> on 2009/08/17 15:11:14 UTC

[jira] Reopened: (UIMA-1496) Generics for CasCreationUtils

     [ 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.