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