Skip to content

Commit

Permalink
Drop public modifier from DeleteDeprecatedFinalizeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jul 8, 2024
1 parent b5898f6 commit 7f6f030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

public class DeleteDeprecatedFinalizeTest implements RewriteTest {
class DeleteDeprecatedFinalizeTest implements RewriteTest {

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

0 comments on commit 7f6f030

Please sign in to comment.