Skip to content
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

chore: correct misspelling in lambda expression #25080

Merged

Conversation

timothystone-knsl
Copy link
Contributor

@timothystone-knsl timothystone-knsl commented Feb 4, 2024

Observed a misspelling in the JwtAuthenticationTestUtils.java.ejs template using the JwtClaimsSet.builder setting claims via a Lambda expression.

s/customClain/customClaim

Fixes #25079


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

Observed a misspelling in the JwtAuthenticationTestUtils.java.ejs template using the
JwtClaimsSet.builder setting claims via a Lambda expression.

s/customClain/customClaim

Fixes jhipster#25079
@mshima mshima merged commit 0c8f955 into jhipster:main Feb 4, 2024
52 checks passed
@deepu105 deepu105 added this to the 8.2.0 milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Misspelling in generated JwtAuthenticationTestUtils.java
3 participants