java: Remove last @CanIgnoreReturnValue

This commit is contained in:
Mizux Seiha
2022-07-28 10:16:46 +02:00
parent 29a9e59653
commit 6bc5664081
3 changed files with 0 additions and 3 deletions

View File

@@ -61,7 +61,6 @@ public class ChannelingSampleSat {
// Solve the problem with the printer callback.
solver.solve(model, new CpSolverSolutionCallback() {
@CanIgnoreReturnValue
public CpSolverSolutionCallback init(IntVar[] variables) {
variableArray = variables;
return this;