You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2015/06/05 19:29:00 UTC

[jira] [Created] (LANG-1143) StringUtils should use toXxxxCase(int) rather than toXxxxCase(char)

Sebb created LANG-1143:
--------------------------

             Summary: StringUtils should use toXxxxCase(int) rather than toXxxxCase(char)
                 Key: LANG-1143
                 URL: https://issues.apache.org/jira/browse/LANG-1143
             Project: Commons Lang
          Issue Type: Improvement
            Reporter: Sebb


The Javadoc for String#toTitleCase(char) recommends using String#toTitleCase(int) instead. This method was added in Java 1.5 which is perhaps is why it was not used originally; maybe we should use it now.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)