HDFS-15508. [JDK 11] Fix javadoc errors in hadoop-hdfs-rbf module
This commit is contained in:
parent
5e0f879779
commit
9062814bab
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue