Use new Interval.Runnable interface name.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3728 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -303,8 +303,8 @@ public class PresentsDObjectMgr
|
||||
String cname;
|
||||
// do some jiggery pokery to get more fine grained profiling
|
||||
// details on certain "popular" unit types
|
||||
if (unit instanceof Interval.RunQueueRunnable) {
|
||||
Interval ival = ((Interval.RunQueueRunnable)unit).getInterval();
|
||||
if (unit instanceof Interval.Runnable) {
|
||||
Interval ival = ((Interval.Runnable)unit).getInterval();
|
||||
cname = StringUtil.shortClassName(ival);
|
||||
} else if (unit instanceof InvocationRequestEvent) {
|
||||
InvocationRequestEvent ire = (InvocationRequestEvent)unit;
|
||||
|
||||
Reference in New Issue
Block a user