spring-projects / spring-security

Spring Security
http://spring.io/projects/spring-security
Apache License 2.0
8.55k stars 5.79k forks source link

Fix Java example in multitenanci.adoc #15164

Closed caio-henrique closed 1 month ago

caio-henrique commented 1 month ago

Fixed the Java example of the jwtDecoder function. The parameter called jwtProcessor was received in the function, but in the function body and referenced the name processor, which is non-existent. The parameter in the method body has been changed to jwtProcessor to match the received parameter.

This is a small correction, but I believe it optimizes the use of the example. :grin:

jzheaux commented 1 month ago

Thanks, @caio-henrique! This is now merged into main.