Skip to content

Commit cc84b38

Browse files
Copilotsamvaity
andcommitted
Fix extra quote in JavaDoc link for EventHubClientBuilder
Removed the extra quotation mark inside the anchor tag for the Azure Identity documentation link. This malformed HTML was causing the "Extra label found: <xref" content validation error. Fixes #47386 Co-authored-by: samvaity <[email protected]>
1 parent a46a238 commit cc84b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/EventHubClientBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
* <a href="https://learn.microsoft.com/azure/active-directory/managed-identities-azure-resources/">managed identity</a>
100100
* for authentication in production environments. You can find more information on different ways of authenticating and
101101
* their corresponding credential types in the
102-
* <a href="https://learn.microsoft.com/java/api/overview/azure/identity-readme">Azure Identity documentation"</a>.
102+
* <a href="https://learn.microsoft.com/java/api/overview/azure/identity-readme">Azure Identity documentation</a>.
103103
* </p>
104104
*
105105
* <p><strong>Sample: Construct a {@link EventHubProducerAsyncClient}</strong></p>

0 commit comments

Comments
 (0)