Skip to content

Commit

Permalink
Updated comment to reflect code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Europia79 committed Jun 26, 2015
1 parent eb43018 commit 780b391
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -154,7 +154,8 @@ public synchronized LocalSession get(SessionOwner owner) {
session.setConfiguration(config);
session.setBlockChangeLimit(config.defaultChangeLimit);

// Remember the session if the session is still active
// Remember the session regardless of if it's currently active or not.
// And have the SessionTracker FLUSH inactive sessions.
sessions.put(getKey(owner), new SessionHolder(sessionKey, session));
}

Expand Down

0 comments on commit 780b391

Please sign in to comment.