Skip to content

Commit

Permalink
Run tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
tflobbe committed Sep 19, 2023
1 parent 04cc7ea commit dd7bb62
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
*/
package org.apache.solr.common.util;

import java.util.List;
import static java.util.Arrays.asList;

import java.util.List;
import org.apache.solr.SolrTestCase;
import org.apache.solr.common.SolrException;

import static java.util.Arrays.asList;

public class StrUtilsTest extends SolrTestCase {

public void testParseBool() {
Expand Down

0 comments on commit dd7bb62

Please sign in to comment.