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 213ef3f Regen
213ef3f is described below
commit 213ef3f9250260b1a9d8c73e65626303aea0d2c4
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Mar 8 07:21:03 2022 +0100
Regen
---
.../java/org/apache/camel/component/jetty/JettyHttpBinding.java | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git
a/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpBinding.java
b/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpBinding.java
index 097c79f..171e01a 100644
---
a/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpBinding.java
+++
b/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpBinding.java
@@ -50,16 +50,14 @@ public interface JettyHttpBinding {
void setHeaderFilterStrategy(HeaderFilterStrategy headerFilterStrategy);
/**
- * Whether to throw {@link
org.apache.camel.http.base.HttpOperationFailedException} in case of response
code !=
- * 200.
+ * Whether to throw {@link
org.apache.camel.http.base.HttpOperationFailedException} in case of response
code != 200.
*
* @param throwExceptionOnFailure <tt>true</tt> to throw exception
*/
void setThrowExceptionOnFailure(boolean throwExceptionOnFailure);
/**
- * Whether to throw {@link
org.apache.camel.http.base.HttpOperationFailedException} in case of response
code !=
- * 200.
+ * Whether to throw {@link
org.apache.camel.http.base.HttpOperationFailedException} in case of response
code != 200.
*
* @return <tt>true</tt> to throw exception
*/