[
https://issues.apache.org/jira/browse/UIMA-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marshall Schor updated UIMA-1739:
---------------------------------
Fix Version/s: 2.3.1SDK
(was: 2.3.1)
> 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.3
> Reporter: Jérôme Rocheteau
> Assignee: Marshall Schor
> Priority: Trivial
> Fix For: 2.3.1SDK
>
> 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.