mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-05 02:02:15 +00:00
Removed unused getContactManager method
This commit is contained in:
parent
5e204e23f3
commit
38237341b4
@ -47,10 +47,6 @@ public class DeleteController implements Controller, InitializingBean {
|
|||||||
Assert.notNull(contactManager, "A ContactManager implementation is required");
|
Assert.notNull(contactManager, "A ContactManager implementation is required");
|
||||||
}
|
}
|
||||||
|
|
||||||
public ContactManager getContactManager() {
|
|
||||||
return contactManager;
|
|
||||||
}
|
|
||||||
|
|
||||||
public ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response)
|
public ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response)
|
||||||
throws ServletException, IOException {
|
throws ServletException, IOException {
|
||||||
int id = RequestUtils.getRequiredIntParameter(request, "contactId");
|
int id = RequestUtils.getRequiredIntParameter(request, "contactId");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user