No, retroweaver won't catch this. Reverted to the 1.4-compatible constructor.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1869 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("samskivert Interval Timer", true);
|
||||
new Timer(/*JDK1.5 "samskivert Interval Timer",*/ true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user