fixed checkstyle build failures
This commit is contained in:
parent
20d7379c53
commit
7dbb8d2b8f
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user