mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
4d328d6188
Prior to this commit, StringUtils#trimAllWhitespace(String str) was unecessary slower. Using sb.deleteCharAt(index) leads to a complete copy of the char[]