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