Add some javadocs notes that explain the behavior of CookieEncoder.encode(). See #94

This commit is contained in:
Norman Maurer 2012-04-16 11:45:08 +03:00
parent 8bf84a8737
commit 864167270d

View File

@ -82,6 +82,8 @@ public class CookieEncoder {
* Encodes the {@link Cookie}s which were added by {@link #addCookie(Cookie)}
* 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 content of the {@link CookieEncoder}</strong>
*/
public String encode() {
String answer;