Skip to content

Commit 54e0199

Browse files
committed
chore: Fix lint issues
1 parent b692c56 commit 54e0199

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -514,13 +514,13 @@ public String getQuotaProjectId() {
514514
return this.quotaProjectId;
515515
}
516516

517-
/**
518-
* The projectId value for a Credential type. Since not all GoogleCredentials subclass have a
519-
* projectId associated, the projectId may be null. A subset of GoogleCredentials subclasses
520-
* will override to return their projectId.
521-
*
522-
* @return the project id for a Credential type
523-
*/
517+
/**
518+
* The projectId value for a Credential type. Since not all GoogleCredentials subclass have a
519+
* projectId associated, the projectId may be null. A subset of GoogleCredentials subclasses will
520+
* override to return their projectId.
521+
*
522+
* @return the project id for a Credential type
523+
*/
524524
public String getProjectId() {
525525
return null;
526526
}

0 commit comments

Comments
 (0)