Преглед изворни кода

HDFS-15508. [JDK 11] Fix javadoc errors in hadoop-hdfs-rbf module

(cherry picked from commit 9062814bab7d6087c584e03b0b16eaa60b31f60a)
Akira Ajisaka пре 4 година
родитељ
комит
53b024a2b7

+ 2 - 1
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.
  * Includes implementations of token secret managers.
- * Implementations should extend {@link AbstractDelegationTokenSecretManager}.
+ * Implementations should extend
+ * {@link org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager}.
  */
  */
 @InterfaceAudience.Private
 @InterfaceAudience.Private
 @InterfaceStability.Evolving
 @InterfaceStability.Evolving