HDFS-16635.Fixed javadoc error in Java 11 (#4451)
Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com>
This commit is contained in:
parent
a77d52284f
commit
efc2761d32
|
@ -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,
|
* 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
|
* 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
|
* are coarse-grained and typically known in advance, implied by the structure of
|
||||||
|
|
Loading…
Reference in New Issue