Skip to content

Commit 97e7147

Browse files
committed
Revert "Fix Javadoc error"
This reverts commit 2157fdb.
1 parent aa38303 commit 97e7147

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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
@@ -269,8 +269,7 @@ public Builder setAwsSecurityCredentialsSupplier(
269269
* verification URL provided in the credential source. If not set, the credential verification
270270
* URL will default to
271271
*
272-
* <p><a
273-
* href="https://sts.{region}.amazonaws.com?Action=GetCallerIdentity&Version=2011-06-15">https://sts.{region}.amazonaws.com?Action=GetCallerIdentity&Version=2011-06-15</a>
272+
* <p><a href=https://sts.{region}.amazonaws.com?Action=GetCallerIdentity&Version=2011-06-15>
274273
*
275274
* @param regionalCredentialVerificationUrlOverride the AWS credential verification url to set.
276275
* @return this {@code Builder} object

0 commit comments

Comments
 (0)