Backport trivial changes

This commit is contained in:
Guillaume Chatelet
2025-07-18 08:11:03 +00:00
committed by Corentin Le Molgat
parent 959bb0d51c
commit 46f73b3d35
47 changed files with 54 additions and 117 deletions

View File

@@ -737,7 +737,6 @@ import java.util.HashSet;
%typemap(javacode) Solver %{
/**
* This exceptions signal that a failure has been raised in the C++ world.
* @author lperron@google.com (Laurent Perron)
*/
public static class FailException extends Exception {
public FailException() {