This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b4015dbeb9e Regen for commit f48bfbe953e765e559f022603ab4aa231164699e 
(#8953)
b4015dbeb9e is described below

commit b4015dbeb9e69dd071b2226309e17e5e487c7451
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 27 18:13:40 2022 +0100

    Regen for commit f48bfbe953e765e559f022603ab4aa231164699e (#8953)
    
    Signed-off-by: GitHub <nore...@github.com>
    
    Signed-off-by: GitHub <nore...@github.com>
    Co-authored-by: davsclaus <davscl...@users.noreply.github.com>
---
 .../src/main/java/org/apache/camel/http/common/CamelServlet.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-http-common/src/main/java/org/apache/camel/http/common/CamelServlet.java
 
b/components/camel-http-common/src/main/java/org/apache/camel/http/common/CamelServlet.java
index e248de19457..93b11f3a999 100644
--- 
a/components/camel-http-common/src/main/java/org/apache/camel/http/common/CamelServlet.java
+++ 
b/components/camel-http-common/src/main/java/org/apache/camel/http/common/CamelServlet.java
@@ -218,8 +218,8 @@ public class CamelServlet extends HttpServlet implements 
HttpRegistryProvider {
      * This is the logical implementation to handle request with {@link 
CamelServlet} This is where most exceptions
      * should be handled
      *
-     * @param  request          the {@link HttpServletRequest}
-     * @param  response         the {@link HttpServletResponse}
+     * @param request  the {@link HttpServletRequest}
+     * @param response the {@link HttpServletResponse}
      */
     protected void doService(HttpServletRequest request, HttpServletResponse 
response) throws ServletException, IOException {
         log.trace("Service: {}", request);

Reply via email to