HADOOP-17672.Remove an invalid comment content in the FileContext class. (#2961)

Co-authored-by: zhujianghua <zhujianghua@zhujianghuadeMacBook-Pro.local>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
jianghuazhu 2021-07-14 15:15:02 +08:00 committed by GitHub
parent 1dd03cc4b5
commit 87e0000137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -358,11 +358,6 @@ public AbstractFileSystem run() throws UnsupportedFileSystemException {
}
}
/**
* 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.