This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 7b06e1a5870 Regen for commit ffc8c01f07efd4e19ec3f7a50b16c3d31143d420
7b06e1a5870 is described below
commit 7b06e1a5870adaedb30480ae2cafa59211dbf4fb
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