Removed Unicode Character from Parameter Name
This commit is contained in:
+1
-1
@@ -29,6 +29,6 @@ import javax.servlet.ServletException;
|
||||
*/
|
||||
public interface SessionInformationExpiredStrategy {
|
||||
|
||||
void onExpiredSessionDetected(SessionInformationExpiredEvent eventØ)
|
||||
void onExpiredSessionDetected(SessionInformationExpiredEvent event)
|
||||
throws IOException, ServletException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user