Skip to content

Commit 201a53b

Browse files
committed
Fixing Style Errors spring-projects#96
1 parent d74bad0 commit 201a53b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/session/data/mongo/config/annotation/web/http/MongoHttpSessionConfiguration.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void setMongoOperations(
6969
@Bean
7070
public MongoOperationsSessionRepository mongoSessionRepository() {
7171

72-
MongoOperationsSessionRepository repository = new MongoOperationsSessionRepository(mongoOperations);
72+
MongoOperationsSessionRepository repository = new MongoOperationsSessionRepository(this.mongoOperations);
7373
repository.setMaxInactiveIntervalInSeconds(this.maxInactiveIntervalInSeconds);
7474

7575
if (this.mongoSessionConverter != null) {
@@ -128,4 +128,4 @@ public void setEmbeddedValueResolver(StringValueResolver resolver) {
128128
this.embeddedValueResolver = resolver;
129129
}
130130

131-
}
131+
}

0 commit comments

Comments
 (0)