add login page url

This commit is contained in:
Sola
2015-12-17 09:42:37 +08:00
parent 73b2a2fab6
commit bff0a4af7f
3 changed files with 1 additions and 3 deletions

View File

@@ -36,7 +36,6 @@ public class TicketUpdate extends HttpServlet {
doGet(request, response);
}
@SuppressWarnings("Duplicates")
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
request.setCharacterEncoding("utf-8");
response.setCharacterEncoding("utf-8");

View File

@@ -36,7 +36,6 @@ public class DashBoard extends HttpServlet {
doGet(request, response);
}
@SuppressWarnings("Duplicates")
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
request.setCharacterEncoding("utf-8");
response.setCharacterEncoding("utf-8");