/[Apache-SVN]/lucene/nutch/trunk/src/java/org/apache/nutch/parse/ParseStatus.java
ViewVC logotype

Diff of /lucene/nutch/trunk/src/java/org/apache/nutch/parse/ParseStatus.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- lucene/nutch/trunk/src/java/org/apache/nutch/parse/ParseStatus.java	2006/04/05 05:33:59	391524
+++ lucene/nutch/trunk/src/java/org/apache/nutch/parse/ParseStatus.java	2006/04/05 05:39:28	391525
@@ -49,7 +49,7 @@ public class ParseStatus extends Version
   
   /** Parsing failed. An Exception occured (which may be retrieved from the arguments). */
   public static final short FAILED_EXCEPTION          = 200;
-  /** Parsing failed. Invalid format - the content may be corrupted or of wrong type. */
+  /** Parsing failed. Content was truncated, but the parser cannot handle incomplete content. */
   public static final short FAILED_TRUNCATED          = 202;
   /** Parsing failed. Invalid format - the content may be corrupted or of wrong type. */
   public static final short FAILED_INVALID_FORMAT     = 203;

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26