Merge pull request #19054 from overleaf/msm-fit-bridge-java-21

[git-bridge] Update Java 21

GitOrigin-RevId: 67429a15e484947b9109ceedc303b3a3c8d32911
This commit is contained in:
Miguel Serrano
2024-07-04 09:53:35 +02:00
committed by Copybot
parent 0ebf01f209
commit 3e81e212f3
5 changed files with 22 additions and 10 deletions
@@ -43,7 +43,7 @@ public class DeletingFileInputStream extends FileInputStream {
* We shouldn't rely on this for correctness!
*/
@Override
protected void finalize() throws IOException {
protected void finalize() throws Throwable {
try {
super.finalize();
} finally {