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:
ray
2006-07-05 19:50:05 +00:00
parent c2bce61bbe
commit ebfaf480f4
+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("samskivert Interval Timer", true);
new Timer(/*JDK1.5 "samskivert Interval Timer",*/ true);
}