To avoid unnecessary eager initialization of DataSize.PATTERN, this commit initializes it lazily in the first invocation of DataSize.parse by moving PATTERN to a private static nested class. Closes gh-28560 |
||
---|---|---|
.. | ||
src | ||
spring-core.gradle |
To avoid unnecessary eager initialization of DataSize.PATTERN, this commit initializes it lazily in the first invocation of DataSize.parse by moving PATTERN to a private static nested class. Closes gh-28560 |
||
---|---|---|
.. | ||
src | ||
spring-core.gradle |