|
@@ -29,6 +29,6 @@ import javax.servlet.ServletException;
|
|
|
*/
|
|
|
public interface SessionInformationExpiredStrategy {
|
|
|
|
|
|
- void onExpiredSessionDetected(SessionInformationExpiredEvent eventØ)
|
|
|
+ void onExpiredSessionDetected(SessionInformationExpiredEvent event)
|
|
|
throws IOException, ServletException;
|
|
|
}
|