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 eb20e017c2a Regen for commit ffc8c01f07efd4e19ec3f7a50b16c3d31143d420
eb20e017c2a is described below

commit eb20e017c2a680b1e3ed0fcfd4ef3e138f8df2c7
Author: davsclaus <[email protected]>
AuthorDate: Sun Aug 7 09:28:06 2022 +0000

    Regen for commit ffc8c01f07efd4e19ec3f7a50b16c3d31143d420
    
    Signed-off-by: GitHub <[email protected]>
---
 .../src/main/java/org/apache/camel/model/RoutesDefinition.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/model/RoutesDefinition.java
 
b/core/camel-core-model/src/main/java/org/apache/camel/model/RoutesDefinition.java
index 1a5b26e0498..b00639a1282 100644
--- 
a/core/camel-core-model/src/main/java/org/apache/camel/model/RoutesDefinition.java
+++ 
b/core/camel-core-model/src/main/java/org/apache/camel/model/RoutesDefinition.java
@@ -274,7 +274,7 @@ public class RoutesDefinition extends 
OptionalIdentifiedDefinition<RoutesDefinit
                         ids = route.getRouteConfigurationId().split(",");
                     }
                 } else {
-                    ids = new String[]{"*"};
+                    ids = new String[] { "*" };
                 }
 
                 // if there are multiple ids configured then we should apply 
in that same order

Reply via email to