Skip to content

Commit

Permalink
Remove imports from snippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Feb 8, 2012
1 parent 79fd149 commit fc6db50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch04-avro/src/main/java/AvroGenericMaxTemperature.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// cc AvroGenericMaxTemperature MapReduce program to find the maximum temperature, creating Avro output

// vv AvroGenericMaxTemperature
import java.io.IOException;

import org.apache.avro.Schema;
Expand All @@ -23,6 +22,7 @@
import org.apache.hadoop.util.Tool;
import org.apache.hadoop.util.ToolRunner;

//vv AvroGenericMaxTemperature
public class AvroGenericMaxTemperature extends Configured implements Tool {

private static final Schema SCHEMA = new Schema.Parser().parse(
Expand Down

0 comments on commit fc6db50

Please sign in to comment.