This commit is contained in:
Lassi Immonen 2010-12-28 13:43:03 +00:00
parent 20ce0cd486
commit c20a526e8d

View File

@ -1,18 +0,0 @@
package com.mysema.query.lucene.session;
import org.apache.lucene.index.IndexWriter;
/**
* Callback which has Lucene Writer instance.
*
* @author laimw
*
*/
public interface WriteCallback {
/**
* @param writer
*/
void write(IndexWriter writer);
}