This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new e1c35f52c69 SOLR-16438: run gradlew tidy
e1c35f52c69 is described below
commit e1c35f52c691281bc26838b05a3ca940d821b0d6
Author: Kevin Risden <[email protected]>
AuthorDate: Fri Dec 16 07:38:13 2022 -0500
SOLR-16438: run gradlew tidy
---
solr/core/src/test/org/apache/solr/cloud/SplitShardTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/core/src/test/org/apache/solr/cloud/SplitShardTest.java
b/solr/core/src/test/org/apache/solr/cloud/SplitShardTest.java
index 0b09c9e8b52..ddcd5c57d55 100644
--- a/solr/core/src/test/org/apache/solr/cloud/SplitShardTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/SplitShardTest.java
@@ -45,9 +45,9 @@ import org.apache.solr.common.SolrException;
import org.apache.solr.common.cloud.DocCollection;
import org.apache.solr.common.cloud.Replica;
import org.apache.solr.common.cloud.Slice;
+import org.apache.solr.common.params.CollectionAdminParams;
import org.apache.solr.common.util.NamedList;
import org.apache.solr.embedded.JettySolrRunner;
-import org.apache.solr.common.params.CollectionAdminParams;
import org.hamcrest.MatcherAssert;
import org.junit.After;
import org.junit.Test;