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

acosentino 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 10a3d27f76c Regen for commit 5af6bcd1f54433023384c63aec521f92b6556b10
10a3d27f76c is described below

commit 10a3d27f76c76d1464fbd51fc573d2f003529414
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Mon Aug 22 08:44:34 2022 +0000

    Regen for commit 5af6bcd1f54433023384c63aec521f92b6556b10
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../org/apache/camel/main/DefaultConfigurationProperties.java     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
 
b/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
index e5c9c14e05b..193a10a7d39 100644
--- 
a/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
+++ 
b/core/camel-main/src/main/java/org/apache/camel/main/DefaultConfigurationProperties.java
@@ -580,8 +580,8 @@ public abstract class DefaultConfigurationProperties<T> {
     /**
      * Sets whether type converter statistics is enabled.
      *
-     * By default the type converter utilization statistics is disabled.
-     * Notice: If enabled then there is a slight performance impact under very 
heavy load.
+     * By default the type converter utilization statistics is disabled. 
Notice: If enabled then there is a slight
+     * performance impact under very heavy load.
      */
     public void setTypeConverterStatisticsEnabled(boolean 
typeConverterStatisticsEnabled) {
         this.typeConverterStatisticsEnabled = typeConverterStatisticsEnabled;
@@ -1873,8 +1873,8 @@ public abstract class DefaultConfigurationProperties<T> {
     /**
      * Sets whether type converter statistics is enabled.
      *
-     * By default the type converter utilization statistics is disabled.
-     * Notice: If enabled then there is a slight performance impact under very 
heavy load.
+     * By default the type converter utilization statistics is disabled. 
Notice: If enabled then there is a slight
+     * performance impact under very heavy load.
      */
     public T withTypeConverterStatisticsEnabled(boolean 
typeConverterStatisticsEnabled) {
         this.typeConverterStatisticsEnabled = typeConverterStatisticsEnabled;

Reply via email to