Hi Aditya,

I see no problems with that since sometimes the Jira title is not right (though 
we can then fix it before copying it), convenient, not long enough, or ...

Jacques

Le 29/10/2019 à 14:17, Aditya Sharma a écrit :
Hi team,

Just to clarify, as per commit message template document[1] the template is

[Implemented|Improved|Fixed|Completed|Documented|Reverted]: [Jira
title|Free text]

Can we use "Free text" instead of "Jira title" when committing specifically
for any Jira?

1.
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+commit+message+template


Thanks and Regards,
Aditya Sharma


On Sun, Oct 27, 2019 at 8:59 PM <[email protected]> wrote:

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 {



Reply via email to