Skip to content

Commit f1ccc94

Browse files
committed
Merge pull request #39821 from Roiocam
* gh-39821: Polish "Fix web session javadoc typos" Fix web session javadoc typo Closes gh-39821
2 parents f46dbd4 + 729f675 commit f1ccc94

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 the original author or authors.
2+
* Copyright 2012-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -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)