Complete Javadoc description of setCookieMaxAge

Issue: gh-1627
This commit is contained in:
Kacper
2020-05-05 17:16:03 +02:00
committed by Eleftheria Stein
parent 6c5e335568
commit 9e7736bf7f

View File

@@ -308,7 +308,7 @@ public class DefaultCookieSerializer implements CookieSerializer {
/**
* Sets the maxAge property of the Cookie. The default is to delete the cookie when
* the browser is closed.
* @param cookieMaxAge the maxAge property of the Cookie
* @param cookieMaxAge the maxAge property of the Cookie (defined in seconds)
*/
public void setCookieMaxAge(int cookieMaxAge) {
this.cookieMaxAge = cookieMaxAge;