diff --git a/oauth2_http/java/com/google/auth/oauth2/JwtCredentials.java b/oauth2_http/java/com/google/auth/oauth2/JwtCredentials.java index 3c21d31b9..0bf9c537e 100644 --- a/oauth2_http/java/com/google/auth/oauth2/JwtCredentials.java +++ b/oauth2_http/java/com/google/auth/oauth2/JwtCredentials.java @@ -140,7 +140,7 @@ private boolean shouldRefresh() { /** * Returns a copy of these credentials with modified claims. * - * @param newClaims new claims. Any unspecified claim fields default to the the current values. + * @param newClaims new claims. Any unspecified claim fields default to the current values. * @return new credentials */ @Override diff --git a/oauth2_http/java/com/google/auth/oauth2/OAuth2Credentials.java b/oauth2_http/java/com/google/auth/oauth2/OAuth2Credentials.java index 3d569b02f..dfeb5966a 100644 --- a/oauth2_http/java/com/google/auth/oauth2/OAuth2Credentials.java +++ b/oauth2_http/java/com/google/auth/oauth2/OAuth2Credentials.java @@ -574,8 +574,8 @@ public void onFailure(Throwable throwable) { /** * Result from {@link com.google.auth.oauth2.OAuth2Credentials#getOrCreateRefreshTask()}. * - *
Contains the the refresh task and a flag indicating if the task is newly created. If the - * task is newly created, it is the caller's responsibility to execute it. + *
Contains the refresh task and a flag indicating if the task is newly created. If the task is + * newly created, it is the caller's responsibility to execute it. */ static class AsyncRefreshResult { private final RefreshTask task; diff --git a/oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java b/oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java index 6e2ae2874..1ec2509db 100644 --- a/oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java +++ b/oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java @@ -336,8 +336,7 @@ public JwtCredentials load(JwtClaims claims) throws Exception { /** * 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 will default to the current values. * @return new credentials */ @Override