spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Refactor eTag formatting logic into a static utility method

Open hyunmin0317 opened this issue 1 year ago • 1 comments

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 format method to the ETag record class to handle eTag formatting.
  • Refactored various classes to use the new format method for eTag formatting.

Thank you for reviewing this pull request!

hyunmin0317 avatar Aug 20 '24 13:08 hyunmin0317

To be considered when we'll work on #33385

bclozel avatar Aug 20 '24 14:08 bclozel