spring-framework/spring-context-support/src
Sam Brannen a2ef6badc4 Use StringBuilder.append(char) where possible
To slightly improve performance, this commit switches to
StringBuilder.append(char) instead of StringBuilder.append(String)
whenever we append a single character to a StringBuilder.

Closes gh-27098
2021-06-25 10:44:28 +02:00
..
main Use StringBuilder.append(char) where possible 2021-06-25 10:44:28 +02:00
test Requalify tests as LONG_RUNNING 2020-09-25 13:43:38 +02:00
testFixtures/java/org/springframework/contextsupport/testfixture Use Gradle test fixture support for spring-context-support 2020-01-02 16:01:34 +01:00