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 Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2012-2023 the original author or authors.
2
+ * Copyright 2012-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -104,7 +104,7 @@ SessionStoreDirectory getSessionStoreDirectory() {
104
104
105
105
/**
106
106
* 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
108
108
* possible.
109
109
*/
110
110
public static class Cookie extends org .springframework .boot .web .server .Cookie {
You can’t perform that action at this time.
0 commit comments