diff options
Diffstat (limited to 'libjava/java/util/Timer.java')
-rw-r--r-- | libjava/java/util/Timer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/util/Timer.java b/libjava/java/util/Timer.java index 928cd9b..cfc0515 100644 --- a/libjava/java/util/Timer.java +++ b/libjava/java/util/Timer.java @@ -376,7 +376,7 @@ public class Timer // Number of Timers created. // Used for creating nice Thread names. - private static int nr = 0; + private static int nr; // The queue that all the tasks are put in. // Given to the scheduler |