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:
Mark Robert Miller 2012-01-29 15:02:53 +00:00
parent 6b2b5c5cab
commit 1b2f952ecc
1 changed files with 1 additions and 1 deletions

View File

@ -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.