Removes commented out if statment

This commit is contained in:
Lukasz Lenart
2014-02-18 07:58:26 +01:00
parent 4da2ec65c7
commit 8be797fccd
@@ -479,9 +479,7 @@ public class Dispatcher {
l.dispatcherInitialized(this);
}
}
//if (servletContext != null) {
errorHandler.init(servletContext);
//}
errorHandler.init(servletContext);
} catch (Exception ex) {
if (LOG.isErrorEnabled())