This commit is contained in:
Norman Maurer 2012-04-16 11:45:59 +03:00
parent c44f365ee7
commit 978168e8c6

View File

@ -83,7 +83,7 @@ public class CookieEncoder {
* so far into an HTTP header value. If no {@link Cookie}s were added,
* 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() {
String answer;