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:
Eli Collins 2010-10-28 01:53:36 +00:00
parent 0d8d3d03e4
commit c4e049e0ba
2 changed files with 3 additions and 1 deletions

View File

@ -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(..).

View File

@ -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
*/