HDFS-13438. Fix javadoc in FsVolumeList#removeVolume. Contributed by Shashikant Banerjee.
This commit is contained in:
parent
0725953efe
commit
fa8b88ab2b
|
@ -335,7 +335,7 @@ class FsVolumeList {
|
|||
|
||||
/**
|
||||
* Dynamically remove volume in the list.
|
||||
* @param volume the volume to be removed.
|
||||
* @param storageLocation {@link StorageLocation} of the volume to be removed.
|
||||
* @param clearFailure set true to remove failure info for this volume.
|
||||
*/
|
||||
void removeVolume(StorageLocation storageLocation, boolean clearFailure) {
|
||||
|
|
Loading…
Reference in New Issue