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 |
||
|---|---|---|
| .. | ||
| src | ||
| spring-context-support.gradle | ||
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 |
||
|---|---|---|
| .. | ||
| src | ||
| spring-context-support.gradle | ||