Fixing typo

pull/59/head
Michael Jett 2012-02-21 13:08:23 -05:00
parent c0c21fc31f
commit b7c99e30c5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
*/ */
@Controller @Controller
public class MangerController { public class ManagerController {
@RequestMapping({"/", "/home", "/index"}) @RequestMapping({"/", "/home", "/index"})
public String showHomePage() { public String showHomePage() {