Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Jeandemange <[email protected]>
  • Loading branch information
jeandemanged committed Dec 16, 2024
1 parent b802754 commit ed78aaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ private void setSolverParameters(KNSolver solver) throws KNException {
/**
* Temporary to workaround Knitro finalization issue - FIXME on Knitro v14.2 release which will have the proper fix
*/
@SuppressWarnings({"java:S1113", "java:S5738"})
@SuppressWarnings({"java:S1113", "java:S1874", "java:S5738"})
public static class FinalizeSafeSolver extends KNSolver implements AutoCloseable {

public FinalizeSafeSolver(KNBaseProblem problem) throws KNException {
Expand Down

0 comments on commit ed78aaf

Please sign in to comment.