Browse Source

jfinal 3.7 release ^_^

James 6 years ago
parent
commit
63a3fb6a99
1 changed files with 1 additions and 1 deletions
  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
 	 * @param target url target of this web 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,
 	 * 			it is usually to tell Filter should handle the static resource.
 	 */