This commit is contained in:
Redkale
2017-03-18 19:21:05 +08:00
parent 641ff4709d
commit b1ddc0e3a5

View File

@@ -286,8 +286,8 @@ public abstract class HttpBaseServlet extends HttpServlet {
* <p>
*
*
* @param moduleid int
* @param actionid int
* @param moduleid 模块ID来自&#64;WebServlet.moduleid()
* @param actionid 操作ID来自&#64;WebMapping.actionid()
* @param request HttpRequest
* @param response HttpResponse
* @param next HttpServlet