summaryrefslogtreecommitdiff
path: root/java/util/Timer.java
diff options
context:
space:
mode:
authorJeroen Frijters <jeroen@sumatra.nl>2004-10-11 13:11:55 +0000
committerJeroen Frijters <jeroen@sumatra.nl>2004-10-11 13:11:55 +0000
commitaa0ca82cb1cf6ce3ff891f72328fc6ae7a29364f (patch)
tree2615afed05bb5eb56e6ab60dd12220ba1688a422 /java/util/Timer.java
parent3c0344b86c10638fa45638c7f25c7ccd7683c4f1 (diff)
downloadclasspath-aa0ca82cb1cf6ce3ff891f72328fc6ae7a29364f.tar.gz
2004-10-11 Jeroen Frijters <jeroen@frijters.net>
* java/awt/EventDispatchThread.java (dispatchThreadNum): Removed initializer. (EventDispatchThread): Pre-increment dispatchThreadNum. * java/awt/Button.java (next_button_number): Removed useless initializer. * java/awt/Frame.java (next_frame_number): Likewise. * java/awt/Scrollbar.java (next_scrollbar_number): Likewise. * java/awt/TextArea.java (next_text_number): Likewise. * java/io/ObjectInputStream.java (dump): Likewise. * java/lang/reflect/Proxy.java (count): Likewise. * java/security/IdentityScope.java (systemScope): Likewise. * java/security/Policy.java (currentPolicy): Likewise. * java/util/Timer.java (nr): Likewise. * java/util/logging/LogRecord.java (lastSeqNum): Likewise. * javax/naming/spi/NamingManager.java (icfb, ofb): Likewise. * javax/swing/JDialog.java (decorated): Likewise. * javax/swing/JFrame.java (defaultLookAndFeelDecorated): Likewise. * javax/swing/plaf/basic/BasicToolBarUI.java (offset, regular): Made final. * javax/swing/plaf/basic/BasicScrollBarUI.java (DECREASE_HIGHLIGHT, INCREASE_HIGHLIGHT, NO_HIGHLIGHT, POSITIVE_SCROLL, NEGATIVE_SCROLL): Made final. * java/util/zip/ZipEntry.java (KNOWN_SIZE, KNOWN_CSIZE, KNOWN_CRC, KNOWN_TIME): Made final. * java/net/HttpURLConnection.java (valid_methods): Made final.
Diffstat (limited to 'java/util/Timer.java')
-rw-r--r--java/util/Timer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/util/Timer.java b/java/util/Timer.java
index 928cd9b5d..cfc05157a 100644
--- a/java/util/Timer.java
+++ b/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