mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
87fa2c3b97
This commit avoids unnecessary String instantiation in StringUtils.deleteAny() if nothing was deleted from the input string. Closes gh-24924