mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Declarations should use Java collection interfaces such as "Deque" rather than specific implementation classes such as "LinkedList". Closes gh-12405