summaryrefslogtreecommitdiffstats
path: root/libjava/java/util/Timer.java
diff options
context:
space:
mode:
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-18 13:09:53 +0000
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-18 13:09:53 +0000
commit80a91eaf4bda1791b51949e6610e5746c4f68118 (patch)
treec39c062077f613c0564ba44bbb58750685bbddc3 /libjava/java/util/Timer.java
parent7d94108bc341eccc05b80aecc54aac73b3c86b2e (diff)
downloadppe42-gcc-80a91eaf4bda1791b51949e6610e5746c4f68118.tar.gz
ppe42-gcc-80a91eaf4bda1791b51949e6610e5746c4f68118.zip
2003-09-18 Michael Koch <konqueror@gmx.de>
* java/util/Timer.java (finalize): Added "throws Throwable". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71519 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/util/Timer.java')
-rw-r--r--libjava/java/util/Timer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/util/Timer.java b/libjava/java/util/Timer.java
index 38c4dc09f57..928cd9b5d50 100644
--- a/libjava/java/util/Timer.java
+++ b/libjava/java/util/Timer.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);
}
OpenPOWER on IntegriCloud