More style-related cleanup.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5247 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -56,15 +56,13 @@ public class PeerDispatcher extends InvocationDispatcher<PeerMarshaller>
|
||||
switch (methodId) {
|
||||
case PeerMarshaller.INVOKE_ACTION:
|
||||
((PeerProvider)provider).invokeAction(
|
||||
source,
|
||||
(byte[])args[0]
|
||||
source, (byte[])args[0]
|
||||
);
|
||||
return;
|
||||
|
||||
case PeerMarshaller.RATIFY_LOCK_ACTION:
|
||||
((PeerProvider)provider).ratifyLockAction(
|
||||
source,
|
||||
(NodeObject.Lock)args[0], ((Boolean)args[1]).booleanValue()
|
||||
source, (NodeObject.Lock)args[0], ((Boolean)args[1]).booleanValue()
|
||||
);
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user