spring-projects / spring-authorization-server

Spring Authorization Server
https://spring.io/projects/spring-authorization-server
Apache License 2.0
4.78k stars 1.25k forks source link

Refactor: use switch expressions for token lookup #1623

Closed apappascs closed 1 month ago

jgrandja commented 1 month ago

Thanks for the PR @apappascs.

This project or Spring Security does not make use of the switch statement. It's a coding style preference.

Based on that, I'm going to close this PR.