mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 06:39:02 +02:00
Merge pull request #19054 from overleaf/msm-fit-bridge-java-21
[git-bridge] Update Java 21 GitOrigin-RevId: 67429a15e484947b9109ceedc303b3a3c8d32911
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user