More style changes.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5248 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -35,10 +35,10 @@ public interface PeerService extends InvocationService
|
||||
* Informs the node that the sending peer ratifies its acquisition or release of the specified
|
||||
* lock.
|
||||
*/
|
||||
public void ratifyLockAction (Client client, Lock lock, boolean acquire);
|
||||
void ratifyLockAction (Client client, Lock lock, boolean acquire);
|
||||
|
||||
/**
|
||||
* Requests that the specified action be invoked on this server.
|
||||
*/
|
||||
public void invokeAction (Client client, byte[] serializedAction);
|
||||
void invokeAction (Client client, byte[] serializedAction);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user