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 62f210a112..b01228ce3d 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 @@ -159,7 +159,7 @@ public class QueryStringDecoder { if (rawPath != null) { hasPath = true; } else { - rawPath =""; + rawPath = ""; hasPath = false; } // Also take care of cut of things like "http://localhost" diff --git a/transport/src/main/java/io/netty/channel/socket/nio/NioChannelConfig.java b/transport/src/main/java/io/netty/channel/socket/nio/NioChannelConfig.java index 65dd184993..251d38ddab 100644 --- a/transport/src/main/java/io/netty/channel/socket/nio/NioChannelConfig.java +++ b/transport/src/main/java/io/netty/channel/socket/nio/NioChannelConfig.java @@ -25,7 +25,7 @@ import io.netty.channel.ChannelConfig; * Special {@link ChannelConfig} sub-type which offers extra methods which are useful for NIO. * */ -public interface NioChannelConfig extends ChannelConfig{ +public interface NioChannelConfig extends ChannelConfig { /** * Returns the high water mark of the write buffer. If the number of bytes