Skip to content

Commit

Permalink
Fix #569 - correct sessionIdChanged() Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Jan 9, 2024
1 parent af7ff90 commit aea7b47
Showing 1 changed file with 2 additions and 3 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2023 Oracle and/or its affiliates and others.
* Copyright (c) 2017, 2024 Oracle and/or its affiliates and others.
* All rights reserved.
*
* This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -37,8 +37,7 @@ public interface HttpSessionIdListener extends EventListener {
/**
* Receives notification that session id has been changed in a session.
*
* @param event the HttpSessionBindingEvent containing the session and the name and (old) value of the attribute that
* was replaced
* @param event the HttpSessionEvent containing the session for which the ID changed
*
* @param oldSessionId the old session id
*/
Expand Down

0 comments on commit aea7b47

Please sign in to comment.