Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszGaweda committed Feb 18, 2025
1 parent 77ff7c1 commit 553d068
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/hazelcast/web/ClusteredSessionService.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ public class ClusteredSessionService {

private final WebFilterConfig filterConfig;

private final Queue<AbstractMap.SimpleEntry<String, Boolean>> orphanSessions = new
LinkedBlockingQueue<>();
private final Queue<AbstractMap.SimpleEntry<String, Boolean>> orphanSessions = new LinkedBlockingQueue<>();

private volatile boolean failedConnection = true;
private volatile long lastConnectionTry;
Expand Down

0 comments on commit 553d068

Please sign in to comment.