Author: kwright
Date: Thu May 22 00:14:00 2014
New Revision: 1596715

URL: http://svn.apache.org/r1596715
Log:
Update comment

Modified:
    
manifoldcf/trunk/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/JobQueue.java

Modified: 
manifoldcf/trunk/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/JobQueue.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/JobQueue.java?rev=1596715&r1=1596714&r2=1596715&view=diff
==============================================================================
--- 
manifoldcf/trunk/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/JobQueue.java
 (original)
+++ 
manifoldcf/trunk/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/jobs/JobQueue.java
 Thu May 22 00:14:00 2014
@@ -82,6 +82,9 @@ public class JobQueue extends org.apache
   // ACTIVE means a newly-added reference that is being scanned for the first 
time.
   // COMPLETE means a reference that has been already scanned (and does not 
need to be
   //   scanned again for this job session)
+  // UNCHANGED represents a document that was previously COMPLETE, and is 
eligible
+  //   to be discovered or seeded, but hasn't been yet.  This is different 
from PURGATORY because
+  //   UNCHANGED documents are not cleaned up at the end, but PURGATORY 
documents are.
   // PURGATORY means a reference that was complete before, which means it will 
need to be deleted if
   //   it isn't included in this job session)
   // PENDINGPURGATORY means a reference that was complete before, but which 
has been rediscovered in


Reply via email to