mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
27bdf24482
Avoid using String#replaceAll when the pattern is not a regular expression. Using java.lang.String#replace(CharSequence, CharSequence) will improve performance. Closes gh-36678 Signed-off-by: shenjianeng <ishenjianeng@qq.com>