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:
@@ -38,12 +38,11 @@ public interface CrowdPeerService extends InvocationService
|
||||
* Used to forward a tell request to the server on which the destination user actually
|
||||
* occupies.
|
||||
*/
|
||||
public void deliverTell (Client client, UserMessage message, Name target,
|
||||
ChatService.TellListener listener);
|
||||
void deliverTell (Client client, UserMessage message, Name target,
|
||||
ChatService.TellListener listener);
|
||||
|
||||
/**
|
||||
* Dispatches a broadcast message on this peer.
|
||||
*/
|
||||
public void deliverBroadcast (
|
||||
Client client, Name from, String bundle, String msg, boolean attention);
|
||||
void deliverBroadcast (Client client, Name from, String bundle, String msg, boolean attention);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user