diff --git a/vertx-core/src/main/java/io/vertx/core/http/impl/Http1xServerConnection.java b/vertx-core/src/main/java/io/vertx/core/http/impl/Http1xServerConnection.java index 9d0a3147cfa..6ca366df36a 100644 --- a/vertx-core/src/main/java/io/vertx/core/http/impl/Http1xServerConnection.java +++ b/vertx-core/src/main/java/io/vertx/core/http/impl/Http1xServerConnection.java @@ -54,8 +54,6 @@ import static io.vertx.core.spi.metrics.Metrics.*; /** - * - * This class is optimised for performance when used on the same event loop. However it can be used safely from other threads. *

* The connection maintains two fields for tracking requests: *