Fix web session javadoc typo

See gh-39821
This commit is contained in:
JingZhang Chen
2024-03-02 22:27:58 +08:00
committed by Andy Wilkinson
parent f46dbd4b23
commit f5d45fd31f

View File

@@ -104,7 +104,7 @@ public class Session {
/**
* 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 {