Changed *Iterator to take a Seq instead of a List

This commit is contained in:
Jonas Bonér 2011-04-01 14:29:26 +02:00
parent 8f4dcfe22a
commit 827c678b49
4 changed files with 8 additions and 17 deletions

View file

@ -488,4 +488,4 @@ trait RemoteClientModule extends RemoteModule { self: RemoteModule =>
@deprecated("Will be removed after 1.1")
private[akka] def unregisterClientManagedActor(hostname: String, port: Int, uuid: Uuid): Unit
}
}