This commit is contained in:
Maxime Dagnicourt
2008-01-24 14:11:29 +00:00
parent 3b0b29bf52
commit 11fbc6e030

View File

@@ -18,7 +18,7 @@ public class MainController extends SimpleFormController {
throws ServletException, IOException { throws ServletException, IOException {
logger.info("Returning main view"); logger.info("Returning main view");
return new ModelAndView("main"); return new ModelAndView("main");
} }