mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8212137: Remove JrtFileSystem finalize method
Reviewed-by: alanb
This commit is contained in:
parent
f8ccc8393b
commit
a1c8528d3f
1 changed files with 0 additions and 8 deletions
|
@ -105,14 +105,6 @@ class JrtFileSystem extends FileSystem {
|
||||||
cleanup();
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
@SuppressWarnings("deprecation")
|
|
||||||
protected void finalize() throws Throwable {
|
|
||||||
try {
|
|
||||||
cleanup();
|
|
||||||
} catch (IOException ignored) {}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public FileSystemProvider provider() {
|
public FileSystemProvider provider() {
|
||||||
return provider;
|
return provider;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue