HDFS-15705. Fix a typo in SecondaryNameNode.java. Contributed by Sixiang Ma.

This commit is contained in:
Wei-Chiu Chuang 2020-12-02 21:32:02 -08:00
parent 6ff2409b31
commit 42a29199c0

View File

@ -276,7 +276,7 @@ private void join() {
} }
/** /**
* Shut down this instance of the datanode. * Shut down this instance of the secondary namenode.
* Returns only after shutdown is complete. * Returns only after shutdown is complete.
*/ */
public void shutdown() { public void shutdown() {