Skip to content

Commit

Permalink
Fix web session javadoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam authored and wilkinsona committed Mar 15, 2024
1 parent f46dbd4 commit f5d45fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ SessionStoreDirectory getSessionStoreDirectory() {

/**
* Session cookie properties. This class is provided only for back-compatibility
* reasons, consider using {@link org.springframework.boot.web.server.Cookie} whever
* reasons, consider using {@link org.springframework.boot.web.server.Cookie} whenever
* possible.
*/
public static class Cookie extends org.springframework.boot.web.server.Cookie {
Expand Down

0 comments on commit f5d45fd

Please sign in to comment.