Skip to content

Commit 238416e

Browse files
vpavicrwinch
authored andcommitted
Polish HttpSessionAdapter
1 parent 4b99428 commit 238416e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-session-core/src/main/java/org/springframework/session/web/http/HttpSessionAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class HttpSessionAdapter<S extends Session> implements HttpSession {
4242

4343
private static final Log logger = LogFactory.getLog(HttpSessionAdapter.class);
4444

45-
private S session;
45+
private final S session;
4646

4747
private final ServletContext servletContext;
4848

0 commit comments

Comments
 (0)