Author: mthl Date: Sun Oct 27 15:29:10 2019 New Revision: 1869039 URL: http://svn.apache.org/viewvc?rev=1869039&view=rev Log: Fixed: Fix javadoc build (OFBIZ-11007)
This fixes the javadoc errors introduced in revision 1868963. Modified: ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/ControlServlet.java Modified: ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/ControlServlet.java URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/ControlServlet.java?rev=1869039&r1=1869038&r2=1869039&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/ControlServlet.java (original) +++ ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/ControlServlet.java Sun Oct 27 15:29:10 2019 @@ -99,10 +99,10 @@ public class ControlServlet extends Http /** * Invokes {@link RequestHandler#doRequest} with error handling. * - * @param req an {@link HttpServletRequest} object that contains the request - * the client has made of the servlet - * @param resp an {@link HttpServletResponse} object that contains the response - * the servlet sends to the client + * @param request an {@link HttpServletRequest} object that contains the request + * the client has made of the servlet + * @param response an {@link HttpServletResponse} object that contains the response + * the servlet sends to the client * @throws IOException if an output error is detected when trying to write on the response. */ public void handle(HttpServletRequest request, HttpServletResponse response) throws IOException {