mirror of https://github.com/apache/lucene.git
SOLR-12923: Mea culpa: Remove useless import of java.lang... that breaks precommit
This commit is contained in:
parent
af5c2b22da
commit
5c143022e7
|
@ -18,7 +18,6 @@
|
|||
package org.apache.solr.cloud.autoscaling.sim;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.lang.InterruptedException;
|
||||
import java.lang.invoke.MethodHandles;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
|
|
Loading…
Reference in New Issue