Skip to content

Commit

Permalink
suppress the unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeathlyCow committed Jan 5, 2025
1 parent 61866bf commit 446ec3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.util.List;
import java.util.Optional;

//@SuppressWarnings("unused")
@SuppressWarnings("unused")
public class FrozenByFrostWandCriterionTest {

private static final int NUM_PREDICATES = 3;
Expand Down

0 comments on commit 446ec3d

Please sign in to comment.