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/19 18:57:14 UTC

[jira] Created: (UIMA-1504) Generify the additionalParams Map through the uimaj-core codebase

Generify the additionalParams Map through the uimaj-core codebase
-----------------------------------------------------------------

                 Key: UIMA-1504
                 URL: https://issues.apache.org/jira/browse/UIMA-1504
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
            Reporter: Jörn Kottmann
            Assignee: Jörn Kottmann
             Fix For: 2.3


The additionalParams Map has a String key and can contains all kinds of Objects, so the correct generification would be
Map<String, Object>.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (UIMA-1504) Generify the additionalParams Map through the uimaj-core codebase

Posted by "Jörn Kottmann (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörn Kottmann closed UIMA-1504.
-------------------------------

    Resolution: Fixed

> Generify the additionalParams Map through the uimaj-core codebase
> -----------------------------------------------------------------
>
>                 Key: UIMA-1504
>                 URL: https://issues.apache.org/jira/browse/UIMA-1504
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Jörn Kottmann
>            Assignee: Jörn Kottmann
>             Fix For: 2.3
>
>
> The additionalParams Map has a String key and can contains all kinds of Objects, so the correct generification would be
> Map<String, Object>.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.