Explorar o código

commit 78fe5650337cb11400db3139c553bb4652bb0e1d
Author: Eli Collins <eli@apache.org>
Date: Thu Oct 28 01:53:36 2010 +0000

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


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/yahoo-merge@1079109 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley %!s(int64=14) %!d(string=hai) anos
pai
achega
f584540acc
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 2 0
      CHANGES.txt
  2. 1 1
      src/java/org/apache/hadoop/fs/FileSystem.java

+ 2 - 0
CHANGES.txt

@@ -155,6 +155,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(..).

+ 1 - 1
src/java/org/apache/hadoop/fs/FileSystem.java

@@ -214,7 +214,7 @@ public abstract class FileSystem extends Configured implements Closeable {
   }
 
   /**
-   * Get the local file syste
+   * Get the local file system.
    * @param conf the configuration to configure the file system with
    * @return a LocalFileSystem
    */