Marshall Schor (JIRA)
Tue, 23 Feb 2010 13:23:52 -0800
[
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.