Skip to content

Fix Java example in multitenanci.adoc #15164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

caio-henrique
Copy link
Contributor

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. 😁

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 24, 2024
@jzheaux jzheaux self-assigned this May 24, 2024
@jzheaux jzheaux added in: docs An issue in Documentation or samples type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels May 24, 2024
@jzheaux jzheaux added this to the 6.4.0-M1 milestone May 24, 2024
@jzheaux jzheaux merged commit 67853d5 into spring-projects:main May 24, 2024
4 checks passed
@jzheaux
Copy link
Contributor

jzheaux commented May 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: docs An issue in Documentation or samples type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants