You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/01/29 16:02:53 UTC

svn commit: r1237308 - /lucene/dev/trunk/solr/core/src/java/org/apache/solr/handler/SnapPuller.java

Author: markrmiller
Date: Sun Jan 29 15:02:53 2012
New Revision: 1237308

URL: http://svn.apache.org/viewvc?rev=1237308&view=rev
Log:
fix javadoc

Modified:
    lucene/dev/trunk/solr/core/src/java/org/apache/solr/handler/SnapPuller.java

Modified: lucene/dev/trunk/solr/core/src/java/org/apache/solr/handler/SnapPuller.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/java/org/apache/solr/handler/SnapPuller.java?rev=1237308&r1=1237307&r2=1237308&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/java/org/apache/solr/handler/SnapPuller.java (original)
+++ lucene/dev/trunk/solr/core/src/java/org/apache/solr/handler/SnapPuller.java Sun Jan 29 15:02:53 2012
@@ -578,7 +578,7 @@ public class SnapPuller {
   }
 
   /**
-   * All the files which are common between master and slave must have same timestamp and size else we assume they are
+   * All the files which are common between master and slave must have same size else we assume they are
    * not compatible (stale).
    *
    * @return true if the index stale and we need to download a fresh copy, false otherwise.