HDFS-13463. Fix javadoc in FsDatasetImpl#checkAndUpdate. Contributed by Shashikant Banerjee.
This commit is contained in:
parent
034da8fc97
commit
bf2f493f81
|
@ -2303,10 +2303,8 @@ class FsDatasetImpl implements FsDatasetSpi<FsVolumeImpl> {
|
||||||
* the disk, update {@link ReplicaInfo} with the correct file</li>
|
* the disk, update {@link ReplicaInfo} with the correct file</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @param blockId Block that differs
|
* @param bpid block pool ID
|
||||||
* @param diskFile Block file on the disk
|
* @param scanInfo {@link ScanInfo} for a given block
|
||||||
* @param diskMetaFile Metadata file from on the disk
|
|
||||||
* @param vol Volume of the block file
|
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void checkAndUpdate(String bpid, ScanInfo scanInfo)
|
public void checkAndUpdate(String bpid, ScanInfo scanInfo)
|
||||||
|
|
Loading…
Reference in New Issue