mirror of https://github.com/apache/lucene.git
SOLR-13688: compile error on java 8
This commit is contained in:
parent
4689fb8642
commit
8be67aa4c4
|
@ -309,7 +309,7 @@ public class ExportTool extends SolrCLI.ToolBase {
|
|||
fos.close();
|
||||
|
||||
}
|
||||
private BiConsumer<String, Object> bic= new BiConsumer<>() {
|
||||
private BiConsumer<String, Object> bic= new BiConsumer<String, Object>() {
|
||||
@Override
|
||||
public void accept(String s, Object o) {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue