Procházet zdrojové kódy

commit 9968b5cce5b4e41a02e7577d99b2dad05ff7a155
Author: Owen O'Malley <omalley@apache.org>
Date: Thu Mar 3 10:07:03 2011 -0800

Fixed comment.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1077796 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley před 14 roky
rodič
revize
f570cc6d3a

+ 2 - 2
src/mapred/org/apache/hadoop/mapred/MapTask.java

@@ -161,8 +161,8 @@ class MapTask extends Task {
   }
 
   /**
-   * This class wraps the user's record reader to update the counters and progress
-   * as records are read.
+   * This class wraps the user's record reader to update the counters and
+   * progress as records are read.
    * @param <K>
    * @param <V>
    */