diff --git a/codec-http/src/main/java/io/netty/handler/codec/http/cookie/Cookie.java b/codec-http/src/main/java/io/netty/handler/codec/http/cookie/Cookie.java index f128f1cace..aa920bd611 100644 --- a/codec-http/src/main/java/io/netty/handler/codec/http/cookie/Cookie.java +++ b/codec-http/src/main/java/io/netty/handler/codec/http/cookie/Cookie.java @@ -127,7 +127,7 @@ public interface Cookie extends Comparable { * Checks to see if this {@link Cookie} can only be accessed via HTTP. * If this returns true, the {@link Cookie} cannot be accessed through * client side script - But only if the browser supports it. - * For more information, please look here + * For more information, please look here * * @return True if this {@link Cookie} is HTTP-only or false if it isn't */ @@ -138,7 +138,7 @@ public interface Cookie extends Comparable { * If set to true, this {@link Cookie} cannot be accessed by a client * side script. However, this works only if the browser supports it. * For for information, please look - * here. + * here. * * @param httpOnly True if the {@link Cookie} is HTTP only, otherwise false. */