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

fix typos in Javadoc #536

Merged
merged 2 commits into from Jan 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions oauth2_http/java/com/google/auth/oauth2/JwtProvider.java
Expand Up @@ -40,8 +40,7 @@ public interface JwtProvider {
/**
* Returns a new JwtCredentials instance with modified claims.
*
* @param newClaims new claims. Any unspecified claim fields will default to the the current
* values.
* @param newClaims new claims. Any unspecified claim fields default to the current values.
* @return new credentials
*/
JwtCredentials jwtWithClaims(JwtClaims newClaims);
Expand Down