Details
Description
Hi,
the javadoc examples for the StringUtils.splitByWholeSeparator(...) methods
are not correct.
- The examples of splitByWholeSeperator(String,String) are illustrating the
usage of the StringUtils.split(String,String) method. - The 6th example of splitByWholeSeperator(String,String,int) is not correct
and should be removed.
regards,
Maarten