Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-1739

Modification of FormPanel's getCaptionFromName method

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.3
    • 2.3.1SDK
    • Tools
    • None

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

      Attachments

        1. FormPanel Patch.txt
          0.4 kB
          Jérôme Rocheteau

        Activity

          People

            schor Marshall Schor
            jerome.rocheteau Jérôme Rocheteau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: