spring-framework/spring-tx
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
..
src Use StringBuilder.append(char) where possible 2021-06-25 10:44:28 +02:00
spring-tx.gradle Revert "Upgrade to Kotlin 1.4 M2" 2020-06-18 14:06:39 +02:00