Skip to content

Commit 3bf3468

Browse files
Fix javadoc
Issue gh-2787
1 parent 9471efb commit 3bf3468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-session-core/src/main/java/org/springframework/session/web/http/DefaultCookieSerializer.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@ public String getRememberMeRequestAttribute() {
450450
}
451451

452452
/**
453-
* Allows defining whether the generated cookie carries the Partitioned attribute
453+
* Allows defining whether the generated cookie carries the Partitioned attribute.
454+
* @param partitioned whether the generate cookie is partitioned
454455
* @since 3.4
455456
*/
456457
public void setPartitioned(boolean partitioned) {

0 commit comments

Comments
 (0)