spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.75k stars 38.15k forks source link

Refactor MimeType BitSet initialization for improved readability and maintainability #33804

Closed gudrb33333 closed 4 weeks ago

gudrb33333 commented 4 weeks ago

Refactored BitSet initialization to remove repetitive set calls by introducing a char array (SEPARATORS).

bclozel commented 4 weeks ago

Thanks for the proposal but I don't think this improves readability nor maintenance.