SOLR-13688: compile error on java 8

This commit is contained in:
noble 2019-08-14 09:55:22 +10:00
parent 4689fb8642
commit 8be67aa4c4
1 changed files with 1 additions and 1 deletions

View File

@ -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 {