Skip to content

Commit

Permalink
fix: unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tubadzin committed Feb 10, 2025
1 parent 7d71cc7 commit 86ac2bb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ public class SharpSatConfiguration {
public static final ProblemType<String, Integer> SHARPSAT = new ProblemType<>(
"sharpsat",
String.class,
Integer.class,
null
Integer.class
);

@Bean
Expand Down

0 comments on commit 86ac2bb

Please sign in to comment.