We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8697f7 commit af21727Copy full SHA for af21727
oauth2_http/java/com/google/auth/oauth2/JwtProvider.java
@@ -40,8 +40,7 @@ public interface JwtProvider {
40
/**
41
* Returns a new JwtCredentials instance with modified claims.
42
*
43
- * @param newClaims new claims. Any unspecified claim fields will default to the the current
44
- * values.
+ * @param newClaims new claims. Any unspecified claim fields default to the current values.
45
* @return new credentials
46
*/
47
JwtCredentials jwtWithClaims(JwtClaims newClaims);
0 commit comments