Skip to content

Commit f5d45fd

Browse files
Roiocamwilkinsona
authored andcommitted
Fix web session javadoc typo
See gh-39821
1 parent f46dbd4 commit f5d45fd

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/server

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/server/Session.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ SessionStoreDirectory getSessionStoreDirectory() {
104104

105105
/**
106106
* Session cookie properties. This class is provided only for back-compatibility
107-
* reasons, consider using {@link org.springframework.boot.web.server.Cookie} whever
107+
* reasons, consider using {@link org.springframework.boot.web.server.Cookie} whenever
108108
* possible.
109109
*/
110110
public static class Cookie extends org.springframework.boot.web.server.Cookie {

0 commit comments

Comments
 (0)