Polish collection usage in HttpHeadersTests#36760
Conversation
a91f8c9 to
11525aa
Compare
|
@codingkiddo please run the build before submitting a pull request. You can do so with |
11525aa to
42f505e
Compare
|
Thanks for the guidance @bclozel. I fixed the unused import reported by Checkstyle and updated the commit with the correct Signed-off-by email. I ran the targeted checks successfully:
|
Signed-off-by: Vinod Kumar <codingkiddo@gmail.com>
42f505e to
238a24c
Compare
|
Thanks for your contribution @codingkiddo |
|
Thank you for the review, guidance, and for merging this PR. I really appreciate the opportunity to contribute to Spring Framework. This was a great learning experience around keeping changes focused, following project style, DCO/sign-off requirements, and validating changes properly. Thanks again! |
This PR performs a small test-only readability cleanup in
HttpHeadersTests.Changes:
Arrays.asList(...)usages withList.of(...)where nulls and mutability are not required.No behavior change intended.