Description
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).
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).