Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-server/src/main/java/org/eclipse/jetty/server/HttpChannel.java')
-rw-r--r--jetty-server/src/main/java/org/eclipse/jetty/server/HttpChannel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-server/src/main/java/org/eclipse/jetty/server/HttpChannel.java b/jetty-server/src/main/java/org/eclipse/jetty/server/HttpChannel.java
index 289396a068..c20de0332a 100644
--- a/jetty-server/src/main/java/org/eclipse/jetty/server/HttpChannel.java
+++ b/jetty-server/src/main/java/org/eclipse/jetty/server/HttpChannel.java
@@ -659,7 +659,7 @@ public class HttpChannel implements Runnable, HttpOutput.Interceptor
/**
* If a write or similar operation to this channel fails,
* then this method should be called.
- * <p />
+ * <p>
* The standard implementation calls {@link HttpTransport#abort(Throwable)}.
*
* @param failure the failure that caused the abort.

Back to the top