Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
timtebeek and github-actions[bot] authored Feb 5, 2024
1 parent 5c1bd10 commit dd7a20c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package org.openrewrite.java.migrate.javaee;

import org.junit.jupiter.api.Test;
import org.openrewrite.DocumentExample;
import org.openrewrite.InMemoryExecutionContext;
import org.openrewrite.config.Environment;
import org.openrewrite.java.JavaParser;
Expand All @@ -35,6 +36,7 @@ public void defaults(RecipeSpec spec) {
.activateRecipes("org.openrewrite.java.migrate.javaee7.openJPA"));
}

@DocumentExample
@Test
void generatedValueExample() {
rewriteRun(
Expand Down

0 comments on commit dd7a20c

Please sign in to comment.