Skip to content

Commit

Permalink
Reverted global util import
Browse files Browse the repository at this point in the history
  • Loading branch information
drieschel authored and renekrie committed Jan 28, 2025
1 parent f88e2af commit 7f2df59
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@

import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.*;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Objects;

public class QuerqyQueryBuilderTest extends AbstractQueryTestCase<QuerqyQueryBuilder> {

Expand Down

0 comments on commit 7f2df59

Please sign in to comment.