=doc show where connections are coming from in stream-io.rst

This commit is contained in:
2beaucoup 2015-11-13 09:01:16 +01:00
parent 4e127e6206
commit 6ba1e481d3
2 changed files with 4 additions and 5 deletions

View file

@ -19,6 +19,6 @@ object TestUtils {
def temporaryServerHostnameAndPort(interface: String = "127.0.0.1"): (String, Int) = {
val socketAddress = temporaryServerAddress(interface)
socketAddress.getHostName -> socketAddress.getPort
socketAddress.getHostName -> socketAddress.getPort // TODO getHostString in Java7
}
}