Author: markus
Date: Wed Jan 16 12:19:14 2013
New Revision: 1433910
URL: http://svn.apache.org/viewvc?rev=1433910&view=rev
Log:
missed removal of FetcherOutput in MapWritable
Modified:
nutch/trunk/src/java/org/apache/nutch/crawl/MapWritable.java
Modified: nutch/trunk/src/java/org/apache/nutch/crawl/MapWritable.java
URL:
http://svn.apache.org/viewvc/nutch/trunk/src/java/org/apache/nutch/crawl/MapWritable.java?rev=1433910&r1=1433909&r2=1433910&view=diff
==============================================================================
--- nutch/trunk/src/java/org/apache/nutch/crawl/MapWritable.java (original)
+++ nutch/trunk/src/java/org/apache/nutch/crawl/MapWritable.java Wed Jan 16
12:19:14 2013
@@ -89,8 +89,6 @@ public class MapWritable implements Writ
addToMap(LongWritable.class, new Byte((byte) -126));
addToMap(Text.class, new Byte((byte) -125));
addToMap(MD5Hash.class, new Byte((byte) -124));
- addToMap(org.apache.nutch.fetcher.FetcherOutput.class,
- new Byte((byte) -123));
addToMap(org.apache.nutch.protocol.Content.class, new Byte((byte) -122));
addToMap(org.apache.nutch.parse.ParseText.class, new Byte((byte) -121));
addToMap(org.apache.nutch.parse.ParseData.class, new Byte((byte) -120));