Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
Issue gh-2787
  • Loading branch information
marcusdacoregio committed Jun 17, 2024
1 parent 9471efb commit 3bf3468
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,8 @@ public String getRememberMeRequestAttribute() {
}

/**
* 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) {
Expand Down

0 comments on commit 3bf3468

Please sign in to comment.