mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-18 00:49:02 +00:00
This commit changes BitsCronField to use a long instead of a BitSet, since the later can use significant memory. Closes gh-25687