Skip to content

Commit

Permalink
Remove markers from file no longer used as a snippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Feb 5, 2012
1 parent f0cb0ff commit b051ed7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ch05/src/main/java/v7/MaxTemperatureMapper.java
@@ -1,5 +1,4 @@
package v7;
// cc MaxTemperatureMapperV7 Reusing the Text and IntWritable output objects
import java.io.IOException;

import org.apache.hadoop.io.IntWritable;
Expand All @@ -9,7 +8,6 @@

import v5.NcdcRecordParser;

// vv MaxTemperatureMapperV7
public class MaxTemperatureMapper
extends Mapper<LongWritable, Text, Text, IntWritable> {

Expand All @@ -36,4 +34,3 @@ public void map(LongWritable key, Text value, Context context)
}
}
}
// ^^ MaxTemperatureMapperV7

0 comments on commit b051ed7

Please sign in to comment.