Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix wording in jwtWithClaims Javadoc (#536)
* update Javadoc

* format
  • Loading branch information
elharo committed Jan 12, 2021
1 parent a8697f7 commit af21727
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit af21727

Please sign in to comment.