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 0ddc19b904e Regen for commit 6b9e8a97b1af767137305613f5ca01d586ed9726 0ddc19b904e is described below commit 0ddc19b904e8fe00d29a6a03b0f7a82551126363 Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Wed Aug 24 06:20:37 2022 +0000 Regen for commit 6b9e8a97b1af767137305613f5ca01d586ed9726 Signed-off-by: GitHub <nore...@github.com> --- .../apache/camel/dsl/jbang/core/commands/process/CamelRouteStatus.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelRouteStatus.java b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelRouteStatus.java index ab21d2dfd69..01a6185e23b 100644 --- a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelRouteStatus.java +++ b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/CamelRouteStatus.java @@ -47,7 +47,7 @@ public class CamelRouteStatus extends ProcessBaseCommand { String sort; @CommandLine.Option(names = { "--limit" }, - description = "Filter routes by limiting to the given number of rows") + description = "Filter routes by limiting to the given number of rows") int limit; @CommandLine.Option(names = { "--filter-mean" },