code formatted.
This commit is contained in:
parent
e8dc2be8c1
commit
d100f84ea9
@ -15,7 +15,6 @@ public class ErrorController {
|
|||||||
throw new NullPointerException("Throwing a null pointer exception");
|
throw new NullPointerException("Throwing a null pointer exception");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@RequestMapping(value = "errors", method = RequestMethod.GET)
|
@RequestMapping(value = "errors", method = RequestMethod.GET)
|
||||||
public ModelAndView renderErrorPages(HttpServletRequest httpRequest) {
|
public ModelAndView renderErrorPages(HttpServletRequest httpRequest) {
|
||||||
ModelAndView errorPage = new ModelAndView("errorPage");
|
ModelAndView errorPage = new ModelAndView("errorPage");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user