2003-03-28 Michael Koch <konqueror@gmx.de>
* java/io/FileDescriptor.java (finalize): Throws Throwable, not IOException. * java/io/ObjectOutputStream.java (PutField.put): Doesnt throws anything. From-SVN: r64970
This commit is contained in:
committed by
Michael Koch
parent
0c85dbfd12
commit
bcfaead06e
@@ -79,7 +79,7 @@ public final class FileDescriptor
|
||||
|
||||
|
||||
// When collected, close.
|
||||
protected void finalize () throws IOException
|
||||
protected void finalize () throws Throwable
|
||||
{
|
||||
if (valid ())
|
||||
close ();
|
||||
|
||||
Reference in New Issue
Block a user