ソースを参照

jfinal 3.7 release ^_^

James 6 年 前
コミット
63a3fb6a99
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/main/java/com/jfinal/handler/Handler.java

+ 1 - 1
src/main/java/com/jfinal/handler/Handler.java

@@ -42,7 +42,7 @@ public abstract class Handler {
 	 * Handle target
 	 * Handle target
 	 * @param target url target of this web http request
 	 * @param target url target of this web http request
 	 * @param request HttpServletRequest of this http request
 	 * @param request HttpServletRequest of this http request
-	 * @param response HttpServletRequest of this http request
+	 * @param response HttpServletResponse of this http response
 	 * @param isHandled JFinalFilter will invoke doFilter() method if isHandled[0] == false,
 	 * @param isHandled JFinalFilter will invoke doFilter() method if isHandled[0] == false,
 	 * 			it is usually to tell Filter should handle the static resource.
 	 * 			it is usually to tell Filter should handle the static resource.
 	 */
 	 */