Github user kaching88 commented on the pull request:

    https://github.com/apache/commons-lang/pull/102#issuecomment-118193031
  
    Removed methods was a overloads which points to capitalize and uncapitalize 
method. As we can see capitalize and uncapitalize methods have (String,char...) 
params and removed overloads methods had (String) and call (String,char..) by 
(String, null). Actually (String, char...) can behave as (String) so removing 
those overloads won't break anything. And last but not least you cant do any 
change without deleting those overloads due stackoverflow error.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to