Skip to content

Commit 34c6b27

Browse files
committed
chore: lint ii
1 parent cd1a5ed commit 34c6b27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleCredential.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,7 @@ public Builder setJsonFactory(JsonFactory jsonFactory) {
612612
return (Builder) super.setJsonFactory(jsonFactory);
613613
}
614614

615-
/**
616-
* @since 1.9
617-
*/
615+
/** @since 1.9 */
618616
@Override
619617
public Builder setClock(Clock clock) {
620618
return (Builder) super.setClock(clock);

0 commit comments

Comments
 (0)