File tree 1 file changed +1
-9
lines changed
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/server 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 24
24
import org .springframework .boot .context .properties .ConfigurationPropertiesSource ;
25
25
import org .springframework .boot .context .properties .NestedConfigurationProperty ;
26
26
import org .springframework .boot .convert .DurationUnit ;
27
+ import org .springframework .boot .web .server .Cookie ;
27
28
28
29
/**
29
30
* Session properties.
@@ -113,15 +114,6 @@ SessionStoreDirectory getSessionStoreDirectory() {
113
114
return this .sessionStoreDirectory ;
114
115
}
115
116
116
- /**
117
- * Session cookie properties. This class is provided only for back-compatibility
118
- * reasons, consider using {@link org.springframework.boot.web.server.Cookie} whenever
119
- * possible.
120
- */
121
- public static class Cookie extends org .springframework .boot .web .server .Cookie {
122
-
123
- }
124
-
125
117
/**
126
118
* Available session tracking modes (mirrors
127
119
* {@link jakarta.servlet.SessionTrackingMode}).
You can’t perform that action at this time.
0 commit comments