mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
This commit is contained in:
parent
20ce0cd486
commit
c20a526e8d
@ -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);
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user