Skip to content

Commit

Permalink
Remove unnecessary NotNull from another method
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Dec 17, 2024
1 parent 5e6234c commit 96a574d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import static io.huangsam.photohaul.TestHelper.getStaticResources;

public abstract class TestMigrationAbstract {
void run(@NotNull Migrator migrator) {
void run(Migrator migrator) {
run(migrator, List.of("bauerlite.jpg", "salad.jpg"));
}

Expand Down

0 comments on commit 96a574d

Please sign in to comment.