Interval.Runnable -> Interval.RunBuddy

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3775 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2005-12-05 19:41:44 +00:00
parent d57adeca1c
commit 0e60a76e2b
@@ -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.Runnable) {
Interval ival = ((Interval.Runnable)unit).getInterval();
if (unit instanceof Interval.RunBuddy) {
Interval ival = ((Interval.RunBuddy)unit).getInterval();
cname = StringUtil.shortClassName(ival);
} else if (unit instanceof InvocationRequestEvent) {
InvocationRequestEvent ire = (InvocationRequestEvent)unit;