You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ma...@apache.org on 2013/01/16 13:19:14 UTC

svn commit: r1433910 - /nutch/trunk/src/java/org/apache/nutch/crawl/MapWritable.java

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));