diff --git a/codec-http/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java b/codec-http/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java index eabdcfbf8f..3a66633d4e 100644 --- a/codec-http/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java +++ b/codec-http/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java @@ -46,7 +46,7 @@ import java.util.Map; * *
- * Performs server side opening and closing handshakes for RFC 6455 - * (originally web socket specification draft-ietf-hybi-thewebsocketprotocol-17). + * Performs server side opening and closing handshakes for RFC 6455 + * (originally web socket specification draft-ietf-hybi-thewebsocketprotocol-17). *
*/ public class WebSocketServerHandshaker13 extends WebSocketServerHandshaker { diff --git a/codec-http/src/main/java/io/netty/handler/codec/http/websocketx/package-info.java b/codec-http/src/main/java/io/netty/handler/codec/http/websocketx/package-info.java index f913bcf0eb..1425a824d6 100644 --- a/codec-http/src/main/java/io/netty/handler/codec/http/websocketx/package-info.java +++ b/codec-http/src/main/java/io/netty/handler/codec/http/websocketx/package-info.java @@ -21,10 +21,12 @@ * This package supports different web socket specification versions (hence the X suffix). * The specification current supported are: *diff --git a/common/src/main/java/io/netty/util/internal/MpscLinkedQueue.java b/common/src/main/java/io/netty/util/internal/MpscLinkedQueue.java index 10a7daae90..652bccbcf1 100644 --- a/common/src/main/java/io/netty/util/internal/MpscLinkedQueue.java +++ b/common/src/main/java/io/netty/util/internal/MpscLinkedQueue.java @@ -55,12 +55,12 @@ import java.util.Queue; * * The initial implementation is based on: *