This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 390cd294f8c6 HDFS-17211. Fix comments in the RemoteParam class. 
(#6124). Contributed hellosrc.
390cd294f8c6 is described below

commit 390cd294f8c698058656cddc68a30882a090dd0e
Author: xiaojunxiang <65019264+hello...@users.noreply.github.com>
AuthorDate: Fri Sep 29 14:25:59 2023 +0800

    HDFS-17211. Fix comments in the RemoteParam class. (#6124). Contributed 
hellosrc.
    
    Reviewed-by: Xing Lin <linxing...@gmail.com>
    Signed-off-by: Ayush Saxena <ayushsax...@apache.org>
---
 .../org/apache/hadoop/hdfs/server/federation/router/RemoteParam.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RemoteParam.java
 
b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RemoteParam.java
index 8b216d919ed0..b6b4ef731c27 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RemoteParam.java
+++ 
b/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;


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to