Contains the the refresh task and a flag indicating if the task is newly created. If the + *
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 {
diff --git a/oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java b/oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java
index 6fc338405..8af444f72 100644
--- a/oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java
+++ b/oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java
@@ -297,7 +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
+ * @param newClaims new claims. Any unspecified claim fields will default to the current
* values.
* @return new credentials
*/
From b2dd62e8d83dcb0af213a78fd87814ec18972b0f Mon Sep 17 00:00:00 2001
From: lsirac 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.
+ * 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 8af444f72..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 current
- * values.
+ * @param newClaims new claims. Any unspecified claim fields will default to the current values.
* @return new credentials
*/
@Override