Skip to content

Commit 98b62ba

Browse files
authored
chore: Resolve javadoc error messages (#1814)
1 parent 8e991fe commit 98b62ba

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,7 @@ public Builder setAwsSecurityCredentialsSupplier(
273273
* Sets the AWS regional credential verification URL. If set, will override any credential
274274
* verification URL provided in the credential source. If not set, the credential verification
275275
* URL will default to
276-
*
277-
* <p><a href=https://sts.{region}.amazonaws.com?Action=GetCallerIdentity&Version=2011-06-15>
276+
* `https://sts.{region}.amazonaws.com?Action=GetCallerIdentity&amp;Version=2011-06-15`
278277
*
279278
* @param regionalCredentialVerificationUrlOverride the AWS credential verification url to set.
280279
* @return this {@code Builder} object

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private ExternalAccountAuthorizedUserCredentials(Builder builder) {
131131
* external source for authentication to Google Cloud Platform, you must validate it before
132132
* providing it to any Google API or library. Providing an unvalidated credential configuration to
133133
* Google APIs can compromise the security of your systems and data. For more information, refer
134-
* to {@link <a
134+
* to {@see <a
135135
* href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">documentation</a>}.
136136
*
137137
* @param credentialsStream the stream with the credential definition
@@ -151,7 +151,7 @@ public static ExternalAccountAuthorizedUserCredentials fromStream(InputStream cr
151151
* external source for authentication to Google Cloud Platform, you must validate it before
152152
* providing it to any Google API or library. Providing an unvalidated credential configuration to
153153
* Google APIs can compromise the security of your systems and data. For more information, refer
154-
* to {@link <a
154+
* to {@see <a
155155
* href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">documentation</a>}.
156156
*
157157
* @param credentialsStream the stream with the credential definition

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ public Map<String, List<String>> getRequestMetadata(URI uri) throws IOException
356356
* external source for authentication to Google Cloud Platform, you must validate it before
357357
* providing it to any Google API or library. Providing an unvalidated credential configuration to
358358
* Google APIs can compromise the security of your systems and data. For more information, refer
359-
* to {@link <a
359+
* to {@see <a
360360
* href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">documentation</a>}.
361361
*
362362
* @param credentialsStream the stream with the credential definition
@@ -377,7 +377,7 @@ public static ExternalAccountCredentials fromStream(InputStream credentialsStrea
377377
* external source for authentication to Google Cloud Platform, you must validate it before
378378
* providing it to any Google API or library. Providing an unvalidated credential configuration to
379379
* Google APIs can compromise the security of your systems and data. For more information, refer
380-
* to {@link <a
380+
* to {@see <a
381381
* href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">documentation</a>}.
382382
*
383383
* @param credentialsStream the stream with the credential definition

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public static GoogleCredentials getApplicationDefault(HttpTransportFactory trans
216216
* <p>Regardless of the method used, it is always your responsibility to validate configurations
217217
* received from external sources.
218218
*
219-
* <p>See the {@link <a
219+
* <p>See the {@see <a
220220
* href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">documentation</a>}
221221
* for more details.
222222
*
@@ -259,7 +259,7 @@ public static GoogleCredentials fromStream(InputStream credentialsStream) throws
259259
* <p>Regardless of the method used, it is always your responsibility to validate configurations
260260
* received from external sources.
261261
*
262-
* <p>See the {@link <a
262+
* <p>See the {@see <a
263263
* href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">documentation</a>}
264264
* for more details.
265265
*

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ static ServiceAccountCredentials fromPkcs8(
454454
* external source for authentication to Google Cloud Platform, you must validate it before
455455
* providing it to any Google API or library. Providing an unvalidated credential configuration to
456456
* Google APIs can compromise the security of your systems and data. For more information, refer
457-
* to {@link <a
457+
* to {@see <a
458458
* href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">documentation</a>}.
459459
*
460460
* @param credentialsStream the stream with the credential definition.
@@ -474,7 +474,7 @@ public static ServiceAccountCredentials fromStream(InputStream credentialsStream
474474
* external source for authentication to Google Cloud Platform, you must validate it before
475475
* providing it to any Google API or library. Providing an unvalidated credential configuration to
476476
* Google APIs can compromise the security of your systems and data. For more information, refer
477-
* to {@link <a
477+
* to {@see <a
478478
* href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">documentation</a>}.
479479
*
480480
* @param credentialsStream the stream with the credential definition.

0 commit comments

Comments
 (0)