Explorar o código

MAPREDUCE-5166. Fixed a fat-fingered commit.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1471684 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy %!s(int64=12) %!d(string=hai) anos
pai
achega
2c92153b5b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/mapred/org/apache/hadoop/mapred/LocalJobRunner.java

+ 1 - 1
src/mapred/org/apache/hadoop/mapred/LocalJobRunner.java

@@ -487,7 +487,7 @@ public class LocalJobRunner implements JobSubmissionProtocol {
     /** Return the current values of the counters for this job,
      * including tasks that are in progress.
     */
-    public synchronized Counters GetCurrentCounters() {
+    public synchronized Counters getCurrentCounters() {
       if (null == mapCounters) {
         // Counters not yet initialized for job.
         return new Counters();