File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
oauth2_http/java/com/google/auth/oauth2 Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments