Timer.java (finalize): Added "throws Throwable".
2003-09-18 Michael Koch <konqueror@gmx.de> * java/util/Timer.java (finalize): Added "throws Throwable". From-SVN: r71519
This commit is contained in:
parent
02aec31ef0
commit
f27fd64eb9
@ -1,3 +1,7 @@
|
||||
2003-09-18 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/util/Timer.java (finalize): Added "throws Throwable".
|
||||
|
||||
2003-09-18 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/net/DatagramSocket.java
|
||||
|
@ -601,7 +601,7 @@ public class Timer
|
||||
* Tells the scheduler that the Timer task died
|
||||
* so there will be no more new tasks scheduled.
|
||||
*/
|
||||
protected void finalize()
|
||||
protected void finalize() throws Throwable
|
||||
{
|
||||
queue.setNullOnEmpty(true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user