Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MBoegers committed Jan 9, 2024
1 parent e2d856b commit dbe5d96
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

import static java.util.Collections.singletonList;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
import static org.openrewrite.java.Assertions.java;
import static org.openrewrite.java.tree.TypeUtils.toFullyQualifiedName;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
import org.openrewrite.marker.Markers;
import org.openrewrite.test.RewriteTest;

import java.util.List;
import java.util.Objects;
import java.util.UUID;

import static java.util.Collections.emptyList;
import static org.openrewrite.java.Assertions.java;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
import java.util.*;
import java.util.function.Predicate;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
import java.util.stream.Stream;

public class TypeUtils {
private static final JavaType.Class TYPE_OBJECT = JavaType.ShallowClass.build("java.lang.Object");
Expand Down

0 comments on commit dbe5d96

Please sign in to comment.