File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
oauth2_http/java/com/google/auth/oauth2 Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -574,8 +574,8 @@ public void onFailure(Throwable throwable) {
574574 /**
575575 * Result from {@link com.google.auth.oauth2.OAuth2Credentials#getOrCreateRefreshTask()}.
576576 *
577- * <p>Contains the refresh task and a flag indicating if the task is newly created. If the
578- * task is newly created, it is the caller's responsibility to execute it.
577+ * <p>Contains the refresh task and a flag indicating if the task is newly created. If the task is
578+ * newly created, it is the caller's responsibility to execute it.
579579 */
580580 static class AsyncRefreshResult {
581581 private final RefreshTask task ;
Original file line number Diff line number Diff line change @@ -336,8 +336,7 @@ public JwtCredentials load(JwtClaims claims) throws Exception {
336336 /**
337337 * Returns a new JwtCredentials instance with modified claims.
338338 *
339- * @param newClaims new claims. Any unspecified claim fields will default to the current
340- * values.
339+ * @param newClaims new claims. Any unspecified claim fields will default to the current values.
341340 * @return new credentials
342341 */
343342 @ Override
You can’t perform that action at this time.
0 commit comments