Use additional argument to identify the Timer thread. This is 1.5 only,

I'm not sure if retroweaver handles this.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1868 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray
2006-07-05 19:32:08 +00:00
parent 52af596bf6
commit c2bce61bbe
+1 -1
View File
@@ -195,5 +195,5 @@ public abstract class Interval
/** The daemon timer used to schedule all Intervals. */
protected static final Timer _timer =
new Timer(/*JDK1.5 "samskivert Interval Timer",*/ true);
new Timer("samskivert Interval Timer", true);
}