Remove now spurious casts
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6016 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -174,7 +174,7 @@ public class ConnectionManager extends LoopingThread
|
||||
_stats.overQueueSize += oq.size();
|
||||
}
|
||||
}
|
||||
return (ConMgrStats)_stats.clone();
|
||||
return _stats.clone();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user