Polishing

This commit is contained in:
Juergen Hoeller
2014-10-13 17:58:15 +02:00
parent 8760be7d64
commit 0fb8f0b469
2 changed files with 20 additions and 20 deletions

View File

@@ -1282,7 +1282,7 @@ public class DispatcherServlet extends FrameworkServlet {
}
private void triggerAfterCompletionWithError(HttpServletRequest request, HttpServletResponse response,
HandlerExecutionChain mappedHandler, Error error) throws Exception, ServletException {
HandlerExecutionChain mappedHandler, Error error) throws Exception {
ServletException ex = new NestedServletException("Handler processing failed", error);
if (mappedHandler != null) {