Hey, samskivert requires 1.5 now, so let's label our Timer thread.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2683 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray.j.greenwell
2010-01-06 00:28:11 +00:00
parent 99a46d1613
commit ee8f1aab7e
+1 -1
View File
@@ -265,7 +265,7 @@ public abstract class Interval
protected static Timer createTimer ()
{
return new Timer(/*JDK1.5 "samskivert Interval Timer",*/ true);
return new Timer("samskivert Interval Timer", true);
}
/**