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 f2b22d865d1 [Minor] Apply formatter
f2b22d865d1 is described below
commit f2b22d865d188b55830ecb1fd9b3d17bb415e6f4
Author: Gregor Zurowski <[email protected]>
AuthorDate: Fri Oct 21 16:02:35 2022 +0200
[Minor] Apply formatter
---
.../apache/camel/main/Resilience4jConfigurationProperties.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/core/camel-main/src/main/java/org/apache/camel/main/Resilience4jConfigurationProperties.java
b/core/camel-main/src/main/java/org/apache/camel/main/Resilience4jConfigurationProperties.java
index 51a1aaaa42f..553d1e3a90a 100644
---
a/core/camel-main/src/main/java/org/apache/camel/main/Resilience4jConfigurationProperties.java
+++
b/core/camel-main/src/main/java/org/apache/camel/main/Resilience4jConfigurationProperties.java
@@ -136,8 +136,8 @@ public class Resilience4jConfigurationProperties implements
BootstrapCloseable {
}
/**
- * 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(Boolean
throwExceptionWhenHalfOpenOrOpenState) {
this.throwExceptionWhenHalfOpenOrOpenState =
throwExceptionWhenHalfOpenOrOpenState;
@@ -389,8 +389,8 @@ public class Resilience4jConfigurationProperties implements
BootstrapCloseable {
}
/**
- * 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 Resilience4jConfigurationProperties
withThrowExceptionWhenHalfOpenOrOpenState(
Boolean throwExceptionWhenHalfOpenOrOpenState) {