Skip to content

Commit

Permalink
Removes commented out if statment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Feb 18, 2014
1 parent 4da2ec6 commit 8be797f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,7 @@ public void init() {
l.dispatcherInitialized(this);
}
}
//if (servletContext != null) {
errorHandler.init(servletContext);
//}
errorHandler.init(servletContext);

} catch (Exception ex) {
if (LOG.isErrorEnabled())
Expand Down

0 comments on commit 8be797f

Please sign in to comment.