You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2021/07/14 07:15:29 UTC

[hadoop] branch trunk updated: HADOOP-17672.Remove an invalid comment content in the FileContext class. (#2961)

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

weichiu 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 87e0000  HADOOP-17672.Remove an invalid comment content in the FileContext class. (#2961)
87e0000 is described below

commit 87e00001372a37199e1c8d595e237dfb4016853b
Author: jianghuazhu <74...@qq.com>
AuthorDate: Wed Jul 14 15:15:02 2021 +0800

    HADOOP-17672.Remove an invalid comment content in the FileContext class. (#2961)
    
    Co-authored-by: zhujianghua <zh...@zhujianghuadeMacBook-Pro.local>
    Signed-off-by: Ayush Saxena <ay...@apache.org>
---
 .../src/main/java/org/apache/hadoop/fs/FileContext.java              | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileContext.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileContext.java
index 34654b2..8f24ce0 100644
--- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileContext.java
+++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileContext.java
@@ -359,11 +359,6 @@ public class FileContext implements PathCapabilities {
   }
   
   /**
-   * Protected Static Factory methods for getting a FileContexts
-   * that take a AbstractFileSystem as input. To be used for testing.
-   */
-
-  /**
    * Create a FileContext with specified FS as default using the specified
    * config.
    * 

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