Signed-off-by: a <a>
This commit is contained in:
a 2024-09-20 13:35:37 +01:00
parent 04a6ebf515
commit f9677b1fe8
3 changed files with 21 additions and 22 deletions

View File

@ -30,7 +30,6 @@ public class CustomHttpSessionListener implements HttpSessionListener {
"Session created: {} with count {}", "Session created: {} with count {}",
se.getSession().getId(), se.getSession().getId(),
activeSessions.incrementAndGet()); activeSessions.incrementAndGet());
} }
@Override @Override