home *** CD-ROM | disk | FTP | other *** search
- package java.util;
-
- class Timer$1 {
- // $FF: synthetic field
- private final Timer this$0;
-
- Timer$1(Timer var1) {
- this.this$0 = var1;
- }
-
- protected void finalize() throws Throwable {
- TaskQueue var1 = Timer.access$000(this.this$0);
- synchronized(var1) {
- Timer.access$100(this.this$0).newTasksMayBeScheduled = false;
- Timer.access$000(this.this$0).notify();
- }
- }
- }
-