Merge branch 'master' of ssh://github.com/netty/netty

This commit is contained in:
norman 2012-04-16 13:12:36 +02:00
commit 0a84ce6f00

View File

@ -83,7 +83,7 @@ public class CookieEncoder {
* so far into an HTTP header value. If no {@link Cookie}s were added, * so far into an HTTP header value. If no {@link Cookie}s were added,
* an empty string is returned. * an empty string is returned.
* *
* <strong>Be aware that calling this method will clear the contends of the {@link CookieEncoder}</strong> * <strong>Be aware that calling this method will clear the content of the {@link CookieEncoder}</strong>
*/ */
public String encode() { public String encode() {
String answer; String answer;