mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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