jakartaee / servlet

Jakarta Servlet
https://eclipse.org/ee4j/servlet
Other
261 stars 85 forks source link

bad javadoc for sessionIdChanged #569

Closed evernat closed 9 months ago

evernat commented 9 months ago

The javadoc for sessionIdChanged in HttpSessionIdListener says @param event the HttpSessionBindingEvent containing the session and the name and (old) value of the attribute that was replaced, but the signature is void sessionIdChanged(HttpSessionEvent event, String oldSessionId).

The whole javadoc line for the event parameter seems incorrect.