Skip to content

Commit 95d6afb

Browse files
committed
chore: lint
1 parent a78b5d8 commit 95d6afb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,7 @@ public static Builder newBuilder() {
161161
return new Builder();
162162
}
163163

164-
/**
165-
* Builder of IdTokenCredentials.
166-
* For usage and examples, see {@link IdTokenCredentials}
167-
*/
164+
/** Builder of IdTokenCredentials. For usage and examples, see {@link IdTokenCredentials} */
168165
public static class Builder extends OAuth2Credentials.Builder {
169166

170167
private IdTokenProvider idTokenProvider;

0 commit comments

Comments
 (0)