diff options
author | Vitaly Takmazov | 2016-07-07 12:51:05 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-07-07 12:51:05 +0300 |
commit | 93cab67688630bbc4f6ace3c23d272828c2e47b3 (patch) | |
tree | feef30b55bee04a1f5a151732a7a093be6e9e2f5 /src/main/java/com/juick/http/www/Help.java | |
parent | 4715cbed779182ae8e234acb46508f24a5a5f5d6 (diff) |
cleanup
Diffstat (limited to 'src/main/java/com/juick/http/www/Help.java')
-rw-r--r-- | src/main/java/com/juick/http/www/Help.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/juick/http/www/Help.java b/src/main/java/com/juick/http/www/Help.java index 503044e6..761c6ce1 100644 --- a/src/main/java/com/juick/http/www/Help.java +++ b/src/main/java/com/juick/http/www/Help.java @@ -30,7 +30,7 @@ import java.io.*; */ public class Help { - protected void doRedirectToHelpIndex(JdbcTemplate sql, HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { + protected void doRedirectToHelpIndex(HttpServletResponse response) throws ServletException, IOException { Utils.sendTemporaryRedirect(response, "/help/ru/"); } |