Skip to content

Commit

Permalink
refactor: RewriteTest classes should not be public
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek and TeamModerne committed Feb 9, 2024
1 parent 479aaab commit 2aa8624
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

public class FindDropwizardMetricsTest implements RewriteTest {
class FindDropwizardMetricsTest implements RewriteTest {

@Override
public void defaults(RecipeSpec spec) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

public class MigrateEmptyLabelMiskCounterTest implements RewriteTest {
class MigrateEmptyLabelMiskCounterTest implements RewriteTest {

@Override
public void defaults(RecipeSpec spec) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import static org.openrewrite.java.Assertions.java;
import static org.openrewrite.kotlin.Assertions.kotlin;

public class NoExplicitEmptyLabelListTest implements RewriteTest {
class NoExplicitEmptyLabelListTest implements RewriteTest {

@Override
public void defaults(RecipeSpec spec) {
Expand Down

0 comments on commit 2aa8624

Please sign in to comment.