Removed Unicode Character from Parameter Name

This commit is contained in:
Kyle Anderson 2017-06-29 13:47:11 -07:00 committed by Rob Winch
parent a05170a3d2
commit d8a678df6f
1 changed files with 1 additions and 1 deletions

View File

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