SOLR-11485: Fix precommit

This commit is contained in:
Joel Bernstein 2017-12-04 23:06:59 -05:00
parent 862f48761c
commit cd10d0bda0
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@
*/
package org.apache.solr.client.solrj.io.stream.eval;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;

View File

@ -52,7 +52,6 @@ import org.apache.solr.client.solrj.io.stream.expr.StreamFactory;
import org.junit.Test;
import static junit.framework.Assert.assertEquals;
import static junit.framework.Assert.assertNull;
import static junit.framework.Assert.assertTrue;
/**