javadoc for StringUtils.removeEnd is incorrect
----------------------------------------------
Key: LANG-278
URL: http://issues.apache.org/jira/browse/LANG-278
Project: Commons Lang
Issue Type: Bug
Affects Versions: 2.1
Reporter: Kenny MacLeod
Priority: Trivial
The javadoc for StringUtils.removeEnd(String, String) lists a number of
examples, one of which is wrong:
StringUtils.removeEnd("www.domain.com", ".com.") = "www,domain"
The actual result of this is just "www.domain.com"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]