mirror of https://github.com/apache/lucene.git
SOLR-12923: Mea culpa: Remove useless import of java.lang... that breaks precommit
(cherry picked from commit 5c143022e7
)
This commit is contained in:
parent
87ec0c3600
commit
695bfa3c90
|
@ -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