diff --git a/src/org/redkale/net/http/HttpBaseServlet.java b/src/org/redkale/net/http/HttpBaseServlet.java index 60f6ad535..c5ccae5dc 100644 --- a/src/org/redkale/net/http/HttpBaseServlet.java +++ b/src/org/redkale/net/http/HttpBaseServlet.java @@ -231,7 +231,7 @@ public abstract class HttpBaseServlet extends HttpServlet { * @param response HttpResponse * * @return boolean - * @throws IOException + * @throws IOException IOException * @deprecated */ @Deprecated @@ -274,7 +274,7 @@ public abstract class HttpBaseServlet extends HttpServlet { * @param response HttpResponse * * @return boolean - * @throws IOException + * @throws IOException IOException * @deprecated */ @Deprecated