We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b99428 commit 238416eCopy full SHA for 238416e
spring-session-core/src/main/java/org/springframework/session/web/http/HttpSessionAdapter.java
@@ -42,7 +42,7 @@ class HttpSessionAdapter<S extends Session> implements HttpSession {
42
43
private static final Log logger = LogFactory.getLog(HttpSessionAdapter.class);
44
45
- private S session;
+ private final S session;
46
47
private final ServletContext servletContext;
48
0 commit comments