fix review comments

This commit is contained in:
Roland 2011-12-30 00:12:49 +01:00
parent 6571f34d91
commit 023f4eb0ec
4 changed files with 11 additions and 3 deletions

View file

@ -71,7 +71,7 @@ abstract class RemoteClient private[akka] (
/**
* Sends the message across the wire
*/
def send(request: RemoteMessageProtocol): Unit = {
private def send(request: RemoteMessageProtocol): Unit = {
try {
val payload = remoteSupport.createMessageSendEnvelope(request)
currentChannel.write(payload).addListener(