From 7dbb8d2b8f5dfc232875bb37774e63eadfaf1021 Mon Sep 17 00:00:00 2001 From: Jestan Nirojan Date: Sun, 19 Feb 2012 12:38:39 +0530 Subject: [PATCH] fixed checkstyle build failures --- .../java/io/netty/handler/codec/http/QueryStringDecoder.java | 2 +- .../main/java/io/netty/channel/socket/nio/NioChannelConfig.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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