Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed: Fix javadoc build
(OFBIZ-11007)

This fixes the javadoc errors introduced in revision 1868963.


git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1869039 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
mthl committed Oct 27, 2019
1 parent 59efa18 commit bc2747d
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -99,10 +99,10 @@ public void doGet(HttpServletRequest req, HttpServletResponse resp) throws Servl
/**
* 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 {
Expand Down

0 comments on commit bc2747d

Please sign in to comment.