Skip to content

Commit af21727

Browse files
authored
docs: fix wording in jwtWithClaims Javadoc (#536)
* update Javadoc * format
1 parent a8697f7 commit af21727

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

oauth2_http/java/com/google/auth/oauth2/JwtProvider.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ public interface JwtProvider {
4040
/**
4141
* Returns a new JwtCredentials instance with modified claims.
4242
*
43-
* @param newClaims new claims. Any unspecified claim fields will default to the the current
44-
* values.
43+
* @param newClaims new claims. Any unspecified claim fields default to the current values.
4544
* @return new credentials
4645
*/
4746
JwtCredentials jwtWithClaims(JwtClaims newClaims);

0 commit comments

Comments
 (0)