Преглед на файлове

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");