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
            Priority: Trivial


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.

Reply via email to