This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.18.x by this push:
new 2ec3a4b20f9 [Minor] Apply formatter
2ec3a4b20f9 is described below
commit 2ec3a4b20f9a6bd1fd06e4344a7bb8a63df51f12
Author: Gregor Zurowski <[email protected]>
AuthorDate: Fri Oct 21 15:12:43 2022 +0200
[Minor] Apply formatter
---
.../src/main/java/org/apache/camel/builder/ExpressionClause.java | 6 +++---
.../java/org/apache/camel/builder/ExpressionClauseSupport.java | 6 +++---
.../src/main/java/org/apache/camel/model/ProcessorDefinition.java | 8 ++++----
.../org/apache/camel/model/Resilience4jConfigurationCommon.java | 4 ++--
.../apache/camel/model/Resilience4jConfigurationDefinition.java | 4 ++--
5 files changed, 14 insertions(+), 14 deletions(-)
diff --git
a/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClause.java
b/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClause.java
index 309c6b75233..5cab2fd8bea 100644
---
a/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClause.java
+++
b/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClause.java
@@ -574,9 +574,9 @@ public class ExpressionClause<T> implements Expression,
Predicate {
* Evaluates a <a href="http://camel.apache.org/jsonpath.html">Json Path
expression</a> with unpacking a
* single-element array into an object enabled.
*
- * @param text the expression to be evaluated
- * @param resultType the return type expected by the expression
- * @return the builder to continue processing the DSL
+ * @param text the expression to be evaluated
+ * @param resultType the return type expected by the expression
+ * @return the builder to continue processing the DSL
*/
public T jsonpathUnpack(String text, Class<?> resultType) {
return delegate.jsonpathUnpack(text, resultType);
diff --git
a/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClauseSupport.java
b/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClauseSupport.java
index 8192c1d09f6..7627a04016a 100644
---
a/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClauseSupport.java
+++
b/core/camel-core-model/src/main/java/org/apache/camel/builder/ExpressionClauseSupport.java
@@ -683,9 +683,9 @@ public class ExpressionClauseSupport<T> implements
ExpressionFactoryAware, Predi
* Evaluates a <a href="http://camel.apache.org/jsonpath.html">Json Path
expression</a> with unpacking a
* single-element array into an object enabled.
*
- * @param text the expression to be evaluated
- * @param resultType the return type expected by the expression
- * @return the builder to continue processing the DSL
+ * @param text the expression to be evaluated
+ * @param resultType the return type expected by the expression
+ * @return the builder to continue processing the DSL
*/
public T jsonpathUnpack(String text, Class<?> resultType) {
JsonPathExpression expression = new JsonPathExpression(text);
diff --git
a/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
b/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
index efbbf734c85..9a4bc87728f 100644
---
a/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
+++
b/core/camel-core-model/src/main/java/org/apache/camel/model/ProcessorDefinition.java
@@ -580,8 +580,8 @@ public abstract class ProcessorDefinition<Type extends
ProcessorDefinition<Type>
}
/**
- * <a
href="http://camel.apache.org/exchange-pattern.html">ExchangePattern:</a> set
the {@link ExchangePattern}
- * into the {@link Exchange}.
+ * <a
href="http://camel.apache.org/exchange-pattern.html">ExchangePattern:</a> set
the {@link ExchangePattern} into
+ * the {@link Exchange}.
* <p/>
* The pattern set on the {@link Exchange} will be changed from this point
going foward.
*
@@ -594,8 +594,8 @@ public abstract class ProcessorDefinition<Type extends
ProcessorDefinition<Type>
}
/**
- * <a
href="http://camel.apache.org/exchange-pattern.html">ExchangePattern:</a> set
the {@link ExchangePattern}
- * into the {@link Exchange}.
+ * <a
href="http://camel.apache.org/exchange-pattern.html">ExchangePattern:</a> set
the {@link ExchangePattern} into
+ * the {@link Exchange}.
* <p/>
* The pattern set on the {@link Exchange} will be changed from this point
going foward.
*
diff --git
a/core/camel-core-model/src/main/java/org/apache/camel/model/Resilience4jConfigurationCommon.java
b/core/camel-core-model/src/main/java/org/apache/camel/model/Resilience4jConfigurationCommon.java
index ba5994ef43b..ee25efa38f4 100644
---
a/core/camel-core-model/src/main/java/org/apache/camel/model/Resilience4jConfigurationCommon.java
+++
b/core/camel-core-model/src/main/java/org/apache/camel/model/Resilience4jConfigurationCommon.java
@@ -140,8 +140,8 @@ public class Resilience4jConfigurationCommon extends
IdentifiedType {
}
/**
- * Whether to throw
io.github.resilience4j.circuitbreaker.CallNotPermittedException when the call
- * is rejected due circuit breaker is half open or open.
+ * Whether to throw
io.github.resilience4j.circuitbreaker.CallNotPermittedException when the call
is rejected due
+ * circuit breaker is half open or open.
*/
public void setThrowExceptionWhenHalfOpenOrOpenState(String
throwExceptionWhenHalfOpenOrOpenState) {
this.throwExceptionWhenHalfOpenOrOpenState =
throwExceptionWhenHalfOpenOrOpenState;
diff --git
a/core/camel-core-model/src/main/java/org/apache/camel/model/Resilience4jConfigurationDefinition.java
b/core/camel-core-model/src/main/java/org/apache/camel/model/Resilience4jConfigurationDefinition.java
index 9bd4f7ba9fd..77fcf1ab2b0 100644
---
a/core/camel-core-model/src/main/java/org/apache/camel/model/Resilience4jConfigurationDefinition.java
+++
b/core/camel-core-model/src/main/java/org/apache/camel/model/Resilience4jConfigurationDefinition.java
@@ -89,8 +89,8 @@ public class Resilience4jConfigurationDefinition extends
Resilience4jConfigurati
}
/**
- * Whether to throw
io.github.resilience4j.circuitbreaker.CallNotPermittedException when the call
- * is rejected due circuit breaker is half open or open.
+ * Whether to throw
io.github.resilience4j.circuitbreaker.CallNotPermittedException when the call
is rejected due
+ * circuit breaker is half open or open.
*/
public Resilience4jConfigurationDefinition
throwExceptionWhenHalfOpenOrOpenState(
boolean throwExceptionWhenHalfOpenOrOpenState) {