From 12f05b03336faac63d36e8b06d63fdfbbe4c5df2 Mon Sep 17 00:00:00 2001 From: Mathias Date: Tue, 16 Dec 2014 10:54:24 +0100 Subject: [PATCH] =htp mark Http.ServerBinding `sealed` --- akka-http-core/src/main/scala/akka/http/Http.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-http-core/src/main/scala/akka/http/Http.scala b/akka-http-core/src/main/scala/akka/http/Http.scala index a108634900..ea56d67c3b 100644 --- a/akka-http-core/src/main/scala/akka/http/Http.scala +++ b/akka-http-core/src/main/scala/akka/http/Http.scala @@ -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.