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 6fc338405..cde847f64 100644 --- a/oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java +++ b/oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java @@ -297,8 +297,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