spring-framework
spring-framework copied to clipboard
Refactor eTag formatting logic into a static utility method
This pull request refactors the eTag formatting logic by consolidating it into a static format method within the ETag record class. The changes aim to eliminate duplicated code and improve maintainability.
Summary of Changes:
- Added a static
formatmethod to theETagrecord class to handle eTag formatting. - Refactored various classes to use the new
formatmethod for eTag formatting.
Thank you for reviewing this pull request!
To be considered when we'll work on #33385