mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
Prior to this commit, it was not readily apparent what terms and units such as kilobyte/KB and megabyte/MB represented numerically in DataSize and DataUnit. This commit clarifies that such terms and units are based on binary prefixes for data (i.e., powers of 2 instead of powers of 10). Closes gh-23697