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 f7f5573  Polished
f7f5573 is described below

commit f7f55732d47eabf15f241797451521040f25dfed
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Mar 24 18:43:07 2022 +0100

    Polished
---
 .../src/main/java/org/apache/camel/component/http/HttpComponent.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/components/camel-http/src/main/java/org/apache/camel/component/http/HttpComponent.java
 
b/components/camel-http/src/main/java/org/apache/camel/component/http/HttpComponent.java
index 3382f73..5d3fd45 100644
--- 
a/components/camel-http/src/main/java/org/apache/camel/component/http/HttpComponent.java
+++ 
b/components/camel-http/src/main/java/org/apache/camel/component/http/HttpComponent.java
@@ -717,8 +717,7 @@ public class HttpComponent extends HttpCommonComponent 
implements RestProducerFa
     }
 
     /**
-     * The timeout in milliseconds used when requesting a connection from the 
connection manager. A timeout value of
-     * zero is interpreted as an infinite timeout.
+     * The timeout in milliseconds used when requesting a connection from the 
connection manager.
      * <p>
      * A timeout value of zero is interpreted as an infinite timeout. A 
negative value is interpreted as undefined
      * (system default).

Reply via email to