java: Remove last @CanIgnoreReturnValue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user