소스 검색

Removed unused getContactManager method

Luke Taylor 17 년 전
부모
커밋
38237341b4
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      samples/contacts/src/main/java/sample/contact/DeleteController.java

+ 0 - 4
samples/contacts/src/main/java/sample/contact/DeleteController.java

@@ -47,10 +47,6 @@ public class DeleteController implements Controller, InitializingBean {
         Assert.notNull(contactManager, "A ContactManager implementation is required");
     }
 
-    public ContactManager getContactManager() {
-        return contactManager;
-    }
-
     public ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response)
         throws ServletException, IOException {
         int id = RequestUtils.getRequiredIntParameter(request, "contactId");