Skip to content

Commit 5e72200

Browse files
committed
fix format
1 parent 3f9617c commit 5e72200

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

oauth2_http/java/com/google/auth/oauth2/OAuth2Credentials.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

oauth2_http/java/com/google/auth/oauth2/ServiceAccountJwtAccessCredentials.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)