Removed trailing whitespace

This commit is contained in:
Jonas Bonér 2010-06-01 18:41:39 +02:00
parent ce684b8635
commit 7ed3ad3798
34 changed files with 273 additions and 273 deletions

View file

@ -184,7 +184,7 @@ class RemoteServer extends Logging {
def start(_hostname: String, _port: Int): RemoteServer =
start(_hostname, _port, None)
private def start(_hostname: String, _port: Int, loader: ClassLoader): RemoteServer =
private def start(_hostname: String, _port: Int, loader: ClassLoader): RemoteServer =
start(_hostname, _port, Some(loader))
private def start(_hostname: String, _port: Int, loader: Option[ClassLoader]): RemoteServer = synchronized {