HDFS-13438. Fix javadoc in FsVolumeList#removeVolume. Contributed by Shashikant Banerjee.

This commit is contained in:
Bharat Viswanadham 2018-04-13 08:56:02 -07:00
parent 0725953efe
commit fa8b88ab2b
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ private void removeVolume(FsVolumeImpl target) {
/**
* 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) {