mirror of https://github.com/apache/lucene.git
fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1237308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b2b5c5cab
commit
1b2f952ecc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue