Fix delete operation.

This commit is contained in:
Paulo Gustavo Veiga
2012-05-19 21:36:34 -03:00
parent 07056b95fe
commit b534fce00f
5 changed files with 51 additions and 97 deletions

View File

@@ -16,7 +16,6 @@ import org.springframework.web.bind.annotation.*;
import org.springframework.web.servlet.ModelAndView;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.io.IOException;
import java.util.ArrayList;