mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
Removes commented out if statment
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user