Fixing precommit by removing unused imports

This commit is contained in:
Ishan Chattopadhyaya 2017-03-01 04:38:35 +05:30
parent 0b7b1443c2
commit 8b4502c218

View File

@ -17,9 +17,6 @@
package org.apache.solr.store.blockcache;
import java.net.URL;
import java.util.Map;
import java.util.Map.Entry;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.atomic.AtomicLong;
import org.apache.solr.common.util.NamedList;