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:
@@ -1185,7 +1185,7 @@ public abstract class PeerManager
|
||||
|
||||
// take a snapshot of the set of subscriber client oids; we will act when all of them
|
||||
// ratify
|
||||
_remoids = (ArrayIntSet)_suboids.clone();
|
||||
_remoids = _suboids.clone();
|
||||
|
||||
// schedule a timeout to act if something goes wrong
|
||||
(_timeout = _omgr.newInterval(new Runnable () {
|
||||
|
||||
Reference in New Issue
Block a user