浏览代码

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

Mukul Kumar Singh 7 年之前
父节点
当前提交
3e37a9a70b

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DirectoryScanner.java

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