HDFS-16635.Fixed javadoc error in Java 11 (#4451)

Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com>
This commit is contained in:
Ashutosh Gupta 2022-06-20 06:44:31 +01:00 committed by GitHub
parent a77d52284f
commit efc2761d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
*/
/**
* This package provides a mechanism for tracking {@link NameNode} startup
* This package provides a mechanism for tracking NameNode startup
* progress. The package models NameNode startup as a series of {@link Phase}s,
* with each phase further sub-divided into multiple {@link Step}s. All phases
* are coarse-grained and typically known in advance, implied by the structure of