=htp mark Http.ServerBinding sealed

This commit is contained in:
Mathias 2014-12-16 10:54:24 +01:00
parent ef2835d60e
commit 12f05b0333

View file

@ -91,7 +91,7 @@ object Http extends ExtensionId[HttpExt] with ExtensionIdProvider {
/**
* Represents a prospective HTTP server binding.
*/
trait ServerBinding {
sealed trait ServerBinding {
/**
* The local address of the endpoint bound by the materialization of the `connections` [[Source]]
* whose [[MaterializedMap]] is passed as parameter.