You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/09/14 16:27:52 UTC

[camel] branch master updated: Reformat javadoc

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6f2fd5b  Reformat javadoc
6f2fd5b is described below

commit 6f2fd5bc51138c09ea5c60140dd21f958f807293
Author: Jan Bednář <ma...@janbednar.eu>
AuthorDate: Mon Sep 14 18:24:42 2020 +0200

    Reformat javadoc
---
 .../org/apache/camel/model/Resilience4jConfigurationCommon.java   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/camel-core-engine/src/main/java/org/apache/camel/model/Resilience4jConfigurationCommon.java b/core/camel-core-engine/src/main/java/org/apache/camel/model/Resilience4jConfigurationCommon.java
index b6be253..d3eed08 100644
--- a/core/camel-core-engine/src/main/java/org/apache/camel/model/Resilience4jConfigurationCommon.java
+++ b/core/camel-core-engine/src/main/java/org/apache/camel/model/Resilience4jConfigurationCommon.java
@@ -178,10 +178,10 @@ public class Resilience4jConfigurationCommon extends IdentifiedType {
     }
 
     /**
-     * Configures the minimum number of calls which are required (per sliding window period) before the
-     * CircuitBreaker can calculate the error rate. For example, if {@code minimumNumberOfCalls} is 10, then at least 10
-     * calls must be recorded, before the failure rate can be calculated. If only 9 calls have been recorded the
-     * CircuitBreaker will not transition to open even if all 9 calls have failed.
+     * Configures the minimum number of calls which are required (per sliding window period) before the CircuitBreaker
+     * can calculate the error rate. For example, if {@code minimumNumberOfCalls} is 10, then at least 10 calls must be
+     * recorded, before the failure rate can be calculated. If only 9 calls have been recorded the CircuitBreaker will
+     * not transition to open even if all 9 calls have failed.
      *
      * Default minimumNumberOfCalls is 100
      */