This is an automated email from the ASF dual-hosted git repository.
cnauroth pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new 7ddf5821fb4 HADOOP-19760: hadoop-azure JavaDoc build fails
7ddf5821fb4 is described below
commit 7ddf5821fb4bb613af18cb1ccdb67c9ada484d77
Author: Chris Nauroth <[email protected]>
AuthorDate: Fri Dec 26 17:21:31 2025 +0000
HADOOP-19760: hadoop-azure JavaDoc build fails
Closes #8145
Signed-off-by: Shilun Fan <[email protected]>
Signed-off-by: Anuj Modi <[email protected]>
---
.../java/org/apache/hadoop/fs/azurebfs/constants/AbfsHttpConstants.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/AbfsHttpConstants.java
b/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/AbfsHttpConstants.java
index eff484abae6..d8325580ce0 100644
---
a/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/AbfsHttpConstants.java
+++
b/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/AbfsHttpConstants.java
@@ -168,7 +168,7 @@ public final class AbfsHttpConstants {
/**
* HTTP status code indicating that the server has received too many
requests and the client should
* qualify for retrying the operation, as described in the Microsoft Azure
documentation.
- * {@link
"https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/how-to-use-vm-token#error-handling"}.
+ * @see
"https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/how-to-use-vm-token#error-handling"
*/
public static final int HTTP_TOO_MANY_REQUESTS = 429;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]