Fix javadoc

Issue gh-2787
This commit is contained in:
Marcus Hert Da Coregio
2024-06-17 14:51:45 -03:00
parent 9471efbe65
commit 3bf34684d9

View File

@@ -450,7 +450,8 @@ public class DefaultCookieSerializer implements CookieSerializer {
}
/**
* Allows defining whether the generated cookie carries the Partitioned attribute
* Allows defining whether the generated cookie carries the Partitioned attribute.
* @param partitioned whether the generate cookie is partitioned
* @since 3.4
*/
public void setPartitioned(boolean partitioned) {