HADOOP-7010. Typo in FileSystem.java. Contributed by Jingguo Yao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1028167 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d8d3d03e4
commit
c4e049e0ba
@ -150,6 +150,8 @@ Trunk (unreleased changes)
|
||||
HADOOP-7007. Update the hudson-test-patch ant target to work with the
|
||||
latest test-patch.sh script (gkesavan)
|
||||
|
||||
HADOOP-7010. Typo in FileSystem.java. (Jingguo Yao via eli)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).
|
||||
|
@ -214,7 +214,7 @@ private static String fixName(String name) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the local file syste
|
||||
* Get the local file system.
|
||||
* @param conf the configuration to configure the file system with
|
||||
* @return a LocalFileSystem
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user