Details
Description
There's an error in the JavaDoc for the StringUtils.chomp(String, String)
method. One of the examples says:
StringUtils.chomp("foo ", "foo") = "foo"
This should be:
StringUtils.chomp("foo ", "foo") = "foo "
There's an error in the JavaDoc for the StringUtils.chomp(String, String)
method. One of the examples says:
StringUtils.chomp("foo ", "foo") = "foo"
This should be:
StringUtils.chomp("foo ", "foo") = "foo "