mirror of https://github.com/apache/lucene.git
clean up no longer used reserveTime cruft
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@883420 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e745742505
commit
6fcb72a3ad
|
@ -118,12 +118,10 @@ public class SnapShooter {
|
|||
private byte[] buffer = new byte[DEFAULT_BUFFER_SIZE];
|
||||
private IndexCommit indexCommit;
|
||||
private IndexDeletionPolicyWrapper delPolicy;
|
||||
private int reserveTime;
|
||||
|
||||
public FileCopier(IndexDeletionPolicyWrapper delPolicy, IndexCommit commit) {
|
||||
this.delPolicy = delPolicy;
|
||||
this.indexCommit = commit;
|
||||
this.reserveTime = reserveTime;
|
||||
}
|
||||
|
||||
public void copyFiles(Collection<String> files, File destDir) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue