Commit f27fd64e by Michael Koch Committed by Michael Koch

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
parent 02aec31e
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
(ch): Removed.
(receive): Use getChannel() instead of ch.
......
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment