You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <ui...@incubator.apache.org> on 2010/02/23 22:23:27 UTC

[jira] Closed: (UIMA-1739) Modification of FormPanel's getCaptionFromName method

     [ https://issues.apache.org/jira/browse/UIMA-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-1739.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.1
         Assignee: Marshall Schor

applied the patch

> Modification of FormPanel's  getCaptionFromName method
> ------------------------------------------------------
>
>                 Key: UIMA-1739
>                 URL: https://issues.apache.org/jira/browse/UIMA-1739
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 2.3C
>            Reporter: Jérôme Rocheteau
>            Assignee: Marshall Schor
>            Priority: Trivial
>             Fix For: 2.3.1
>
>         Attachments: FormPanel Patch.txt
>
>
> I'll suggest to change the current if-then condition « if (c > 'A' && c < 'Z') » to that one « if (c >= 'A' && c <= 'Z') » found in org.apache.uima.tools.util.gui.FormPanel.getCaptionFromName(String name).

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