Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Commit e35996b

Browse files
authored
Merge pull request #164 from talglobus/patch-1
Fix typo in comment
2 parents 7b42729 + 11d84a1 commit e35996b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hraven-etl/src/main/java/com/twitter/hraven/mapreduce/HadoopCompat.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static Counter newGenericCounter(String name, String displayName, long va
113113
}
114114

115115
/**
116-
* Invokes a method and rethrows any exception as runtime excetpions.
116+
* Invokes a method and rethrows any exception as runtime exceptions.
117117
*/
118118
private static Object invoke(Method method, Object obj, Object... args) {
119119
try {
@@ -140,4 +140,4 @@ public static Counter getCounter(TaskInputOutputContext context, String groupNam
140140
public static void incrementCounter(Counter counter, long increment) {
141141
invoke(INCREMENT_COUNTER_METHOD, counter, increment);
142142
}
143-
}
143+
}

0 commit comments

Comments
 (0)