HDFS-13679. Fix Typo in javadoc for ScanInfoPerBlockPool#addAll. Contributed by Shashikant Banerjee.

This commit is contained in:
Mukul Kumar Singh 2018-06-15 14:58:20 +05:30
parent 020dd61988
commit 3e37a9a70b

View File

@ -165,7 +165,7 @@ static class ScanInfoPerBlockPool extends
/**
* Merges {@code that} ScanInfoPerBlockPool into this one
*
* @param the ScanInfoPerBlockPool to merge
* @param that ScanInfoPerBlockPool to merge
*/
public void addAll(ScanInfoPerBlockPool that) {
if (that == null) return;