1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-12 17:26:13 +00:00

set the admin email by env var

This commit is contained in:
Benjamin Gamard
2018-03-27 18:58:08 +02:00
parent 4aca4ad495
commit 7b89bb449d
3 changed files with 22 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ public abstract class SecurityFilter implements Filter {
}
@Override
public void init(FilterConfig filterConfig) throws ServletException {
public void init(FilterConfig filterConfig) {
// NOP
}