mirror of
https://github.com/apache/lucene.git
synced 2025-02-24 19:25:10 +00:00
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…
x
Reference in New Issue
Block a user