mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
91b609817e
This commit changes BitsCronField to use a long instead of a BitSet, since the later can use significant memory. Closes gh-25687