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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user