Skip to content

Commit 2157fdb

Browse files
committed
Fix Javadoc error
1 parent fb5128d commit 2157fdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ 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 href=https://sts.{region}.amazonaws.com?Action=GetCallerIdentity&Version=2011-06-15>
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>
273274
*
274275
* @param regionalCredentialVerificationUrlOverride the AWS credential verification url to set.
275276
* @return this {@code Builder} object

0 commit comments

Comments
 (0)