This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 53b024a2b7c1702887081de2a22eea28b62943c9
Author: Akira Ajisaka <aajis...@apache.org>
AuthorDate: Mon Aug 3 14:39:13 2020 +0900

    HDFS-15508. [JDK 11] Fix javadoc errors in hadoop-hdfs-rbf module
    
    (cherry picked from commit 9062814bab7d6087c584e03b0b16eaa60b31f60a)
---
 .../hdfs/server/federation/router/security/token/package-info.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/security/token/package-info.java
 
b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/security/token/package-info.java
index a51e455..ae65c8f 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/security/token/package-info.java
+++ 
b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/security/token/package-info.java
@@ -18,7 +18,8 @@
 
 /**
  * Includes implementations of token secret managers.
- * Implementations should extend {@link AbstractDelegationTokenSecretManager}.
+ * Implementations should extend
+ * {@link 
org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager}.
  */
 @InterfaceAudience.Private
 @InterfaceStability.Evolving

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to