瀏覽代碼

HDFS-17211. Fix comments in the RemoteParam class. (#6124). Contributed hellosrc.

Reviewed-by: Xing Lin <linxingnku@gmail.com>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
xiaojunxiang 1 年之前
父節點
當前提交
390cd294f8

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RemoteParam.java

@@ -35,7 +35,7 @@ public class RemoteParam {
 
   /**
    * Constructs a default remote parameter. Always maps the value to the
-   * destination of the provided RemoveLocationContext.
+   * destination of the provided RemoteLocationContext.
    */
   public RemoteParam() {
     this.paramMap = null;