Skip to content

Commit

Permalink
Organize imports on MigrateSpringdocCommonTest
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 26, 2024
1 parent c3a79c9 commit 0d7b3a9
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@

import org.junit.jupiter.api.Test;
import org.openrewrite.DocumentExample;
import org.openrewrite.InMemoryExecutionContext;
import static org.openrewrite.java.Assertions.java;
import org.openrewrite.java.JavaParser;
import org.openrewrite.test.RecipeSpec;
import org.openrewrite.test.RewriteTest;
import org.openrewrite.test.TypeValidation;

import static org.openrewrite.java.Assertions.java;

class MigrateSpringdocCommonTest implements RewriteTest {

Expand Down

0 comments on commit 0d7b3a9

Please sign in to comment.