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

This commit is contained in:
Akira Ajisaka 2020-08-03 14:39:13 +09:00
parent 5e0f879779
commit 9062814bab
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<properties>
<hadoop.component>hdfs</hadoop.component>
<javadoc.skip.jdk11>true</javadoc.skip.jdk11>
</properties>
<dependencies>

View File

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