File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/server Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments