code formatted.

This commit is contained in:
Ankush Sharma 2016-10-31 12:11:37 +05:30
parent e8dc2be8c1
commit d100f84ea9

View File

@ -15,7 +15,6 @@ public class ErrorController {
throw new NullPointerException("Throwing a null pointer exception");
}
@RequestMapping(value = "errors", method = RequestMethod.GET)
public ModelAndView renderErrorPages(HttpServletRequest httpRequest) {
ModelAndView errorPage = new ModelAndView("errorPage");