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

(cherry picked from commit 9062814bab)
This commit is contained in:
Akira Ajisaka 2020-08-03 14:39:13 +09:00 committed by Wei-Chiu Chuang
parent a407f7de5a
commit 53b024a2b7
1 changed files with 2 additions and 1 deletions

View File

@ -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